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