Wang Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
5f56e6f945
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Modules/Push/Services/PushMessageService.php

+ 1 - 0
app/Modules/Push/Services/PushMessageService.php

@@ -33,6 +33,7 @@ class PushMessageService
         $pushUser  = QappPushUser::getPushUserByUid($uid);
         $regId     = getProp($pushUser, 'reg_id');
         $regIdList = [$regId];
+        myLog('push')->info('pushMessageToUser', compact('uid', 'title', 'content', 'url', 'pushUser'));
         if (empty($regId)) {
             Utils::throwError(ErrorConst::PUSH_TOKEN_INVALID);
         }