Browse Source

积分

release_toaliyun_real
xhxu 4 years ago
parent
commit
9d25fcb829
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCallBackServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCallBackServiceImpl.java View File

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


Loading…
Cancel
Save