|
@@ -76,7 +76,6 @@ public class ProfitSharingServiceImpl implements ProfitSharingService {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public ProfitSharingQueryResult profitSharingQuery(ProfitSharingQueryRequest request) throws WxPayException {
|
|
public ProfitSharingQueryResult profitSharingQuery(ProfitSharingQueryRequest request) throws WxPayException {
|
|
- if (true) throw new WxPayException("暂不支持,微信一直返回签名失败");
|
|
|
|
request.checkAndSign(this.payService.getConfig());
|
|
request.checkAndSign(this.payService.getConfig());
|
|
String url = this.payService.getPayBaseUrl() + "/pay/profitsharingquery";
|
|
String url = this.payService.getPayBaseUrl() + "/pay/profitsharingquery";
|
|
|
|
|