Browse Source

Merge branch 'wx-kw' into test

zqwang 1 năm trước cách đây
mục cha
commit
52641097f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/WechatPlatform/Services/WechatCommonService.php

+ 1 - 1
modules/WechatPlatform/Services/WechatCommonService.php

@@ -186,7 +186,7 @@ class WechatCommonService extends BaseService
         ];
     }
 
-    private static function handleSubscribeMessage($wechatInfoId)
+    private static function handleSubscribeMessage($wechatAppId)
     {
         $back = WechatSubscribeService::getContent($wechatAppId);
         return $back ?: "";