浏览代码

Merge branch 'wx-kw' into test

zqwang 1 年之前
父节点
当前提交
52641097f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ?: "";