liuzejian 1 년 전
부모
커밋
cc8fadfa68
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/Channel/Http/Controllers/WechatOpenPlatformController.php

+ 1 - 0
modules/Channel/Http/Controllers/WechatOpenPlatformController.php

@@ -63,6 +63,7 @@ class WechatOpenPlatformController extends CatchController
      */
     public function authorCommand(Request $request, $component_appid) {
         $componentInfo = WechatOpenPlatformService::getComponentInfoByAppid($component_appid);
+        myLog('authorCommand')->info('start:'. $component_appid);
         $app = WechatOpenPlatformService::buildApplication($componentInfo);
         $app->setCache(new RedisAdapter(Redis::client()));
         $server = $app->getServer();