mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
修复企业付款查询的代码
This commit is contained in:
parent
db6e91a360
commit
8ec509a30b
@ -370,6 +370,7 @@ public class WxPayServiceImpl implements WxPayService {
|
||||
@Override
|
||||
public WxEntPayQueryResult queryEntPay(String partnerTradeNo) throws WxErrorException {
|
||||
WxEntPayQueryRequest request = new WxEntPayQueryRequest();
|
||||
request.setPartnerTradeNo(partnerTradeNo);
|
||||
this.initRequest(request);
|
||||
request.setSign(this.createSign(request));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user