zhuchengjie 3 년 전
부모
커밋
b01deb130c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
         ];
     }