mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-05-20 23:09:17 +08:00
[更新]修复企业打款查询接口
This commit is contained in:
parent
095471bdc6
commit
0bf349659d
@ -249,6 +249,7 @@ class Pay
|
||||
*/
|
||||
public function queryTransfers($partner_trade_no)
|
||||
{
|
||||
$this->params->offsetUnset('appid');
|
||||
$url = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo';
|
||||
return $this->callPostApi($url, ['partner_trade_no' => $partner_trade_no], true, 'MD5', false);
|
||||
}
|
||||
@ -297,6 +298,7 @@ class Pay
|
||||
*/
|
||||
public function queryTransFresBank($partner_trade_no)
|
||||
{
|
||||
$this->params->offsetUnset('appid');
|
||||
$url = 'https://api.mch.weixin.qq.com/mmpaysptrans/query_bank';
|
||||
return $this->callPostApi($url, ['partner_trade_no' => $partner_trade_no], true, 'MD5', false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user