|
|
|
@@ -39,6 +39,7 @@ public class WxCallBackServiceImpl implements WxCallBackService { |
|
|
|
PointsNotifyRequest request = new PointsNotifyRequest(); |
|
|
|
request.setSubMchid(wxPayService.getConfig().getSubMchId()); |
|
|
|
request.setTransactionId(record.getTransactionId()); |
|
|
|
request.setAppid(wxPayService.getConfig().getAppId()); |
|
|
|
request.setOpenid(record.getOpenid()); |
|
|
|
request.setEarnPoints(true); |
|
|
|
request.setIncreasedPoints(record.getIncreasedPoints()); |
|
|
|
|