zqwang пре 1 година
родитељ
комит
7de3deb2c9
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);
         $back = WechatSubscribeService::getContent($wechatAppId);
         return $back ?: "";
         return $back ?: "";