소스 검색

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 ?: "";