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