瀏覽代碼

Merge branch 'liuzj-1000975-dev' into test

liuzejian 1 年之前
父節點
當前提交
153ffd83c6
共有 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();