消费送积分

This commit is contained in:
Tankaikai
2024-11-19 10:11:37 +08:00
parent 045e56d102
commit 927bef9602

View File

@@ -1291,6 +1291,9 @@ public class PayService {
orderInfo.setPaidTime(System.currentTimeMillis());
tbOrderInfoMapper.updateByPrimaryKeySelective(orderInfo);
// 消费送积分
tbMemberPointsService.consumeAwardPoints(Long.valueOf(orderInfo.getMemberId()), Long.valueOf(orderInfo.getId()));
JSONObject jsonObject = new JSONObject();
jsonObject.put("token", 0);
jsonObject.put("type", "wxcreate");