Pārlūkot izejas kodu

Merge branch 'liuzj-1000975-dev' into test

liuzejian 1 gadu atpakaļ
vecāks
revīzija
153ffd83c6

+ 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();