浏览代码

add:日志;

Wang Chen 4 年之前
父节点
当前提交
58de021404
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Http/Controllers/QuickApp/Push/PushController.php

+ 2 - 0
app/Http/Controllers/QuickApp/Push/PushController.php

@@ -39,6 +39,8 @@ class PushController extends BaseController
             Utils::throwError(ErrorConst::SIGN_NOT_ACCESS);
             Utils::throwError(ErrorConst::SIGN_NOT_ACCESS);
         }
         }
 
 
+        myLog('pushToUser')->info('1', $all);
+
         // 更新用户reg_id
         // 更新用户reg_id
         $result = PushMessageService::pushMessageToUser($uid, $title, $content, $url);
         $result = PushMessageService::pushMessageToUser($uid, $title, $content, $url);