mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修复企业打款查询
This commit is contained in:
parent
0bf349659d
commit
1278e575b3
@ -249,7 +249,6 @@ 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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user