mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-17 13:49:26 +08:00
🐛 #1378 修复微信支付查询分账接口报签名失败的问题
This commit is contained in:
@@ -76,7 +76,6 @@ public class ProfitSharingServiceImpl implements ProfitSharingService {
|
||||
|
||||
@Override
|
||||
public ProfitSharingQueryResult profitSharingQuery(ProfitSharingQueryRequest request) throws WxPayException {
|
||||
if (true) throw new WxPayException("暂不支持,微信一直返回签名失败");
|
||||
request.checkAndSign(this.payService.getConfig());
|
||||
String url = this.payService.getPayBaseUrl() + "/pay/profitsharingquery";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user