|
|
@@ -32,10 +32,10 @@ public class BusinessCircleServiceImpl implements BusinessCircleService { |
|
|
|
private final WxPayService payService; |
|
|
|
|
|
|
|
@Override |
|
|
|
public void notifyPoints(PointsNotifyRequest request) throws WxPayException { |
|
|
|
public String notifyPoints(PointsNotifyRequest request) throws WxPayException { |
|
|
|
String url = String.format("%s/v3/businesscircle/points/notify", this.payService.getPayBaseUrl()); |
|
|
|
RsaCryptoUtil.encryptFields(request, this.payService.getConfig().getVerifier().getValidCertificate()); |
|
|
|
this.payService.postV3WithWechatpaySerial(url, GSON.toJson(request)); |
|
|
|
return this.payService.postV3WithWechatpaySerial(url, GSON.toJson(request)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|