|
|
@@ -1904,8 +1904,8 @@ class miniUtil
|
|
|
|
|
|
/**************************即时配送相关接口 END *****************************************/
|
|
|
|
|
|
- //订阅消息通知 ssh 2023511
|
|
|
- public static function sendSubscribe($merchant, $ptStyle = 0)
|
|
|
+ //发送订阅消息通知 ssh 2023511
|
|
|
+ public static function commonSendSubscribeMessage($merchant, $ptStyle = 0)
|
|
|
{
|
|
|
$accessToken = self::getMiniProgramAccessToken($merchant, $ptStyle);
|
|
|
$url = 'https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=' . $accessToken;
|