Browse Source

Merge branch 'liuzj-1000975-dev' into test

liuzejian 1 year ago
parent
commit
153ffd83c6
1 changed files with 1 additions and 0 deletions
  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();