mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
[更新]微信支付增加获取通知处理返回成功的方法 getNotifySuccessReply
This commit is contained in:
parent
c5a9f9e9ff
commit
70b9868852
@ -85,6 +85,15 @@ class BasicWePay
|
|||||||
throw new InvalidResponseException('Invalid Notify.', '0');
|
throw new InvalidResponseException('Invalid Notify.', '0');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取微信支付通知回复内容
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNotifySuccessReply()
|
||||||
|
{
|
||||||
|
return Tools::arr2xml(['return_code' => 'SUCCESS', 'return_msg' => 'OK']);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生成支付签名
|
* 生成支付签名
|
||||||
* @param array $data 参与签名的数据
|
* @param array $data 参与签名的数据
|
||||||
|
Loading…
x
Reference in New Issue
Block a user