Browse Source

修正参数

zqwang 1 year ago
parent
commit
7de3deb2c9
1 changed files with 1 additions and 1 deletions
  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 ?: "";