zhuchengjie 3 years ago
parent
commit
b01deb130c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Services/Report/QappUchcReport.php

+ 1 - 1
src/Services/Report/QappUchcReport.php

@@ -49,7 +49,7 @@ class QappUchcReport extends BaseReport
         return [
             'type' => $this->add_desk_event_type,
             'event_time' => time() * 100,
-            'source' => $user->source,
+            'source' => BaseConst::Platform,
             'money' => 0,
         ];
     }