|
@@ -99,6 +99,7 @@ public class GameBackPolicyServiceImpl extends ServiceImpl<GameBackPolicyMapper,
|
|
|
ActionTypeEnum.PURCHASE.getActionType() : ActionTypeEnum.COMPLETE_ORDER.getActionType();
|
|
|
Map<String, Object> actionParam = new HashMap<>(2);
|
|
|
actionParam.put("claim_type", 0);
|
|
|
+ actionParam.put("value", dto.getRechargeMoney());
|
|
|
DataReportOfAppIdRpcDTO dataReportOfAppIdRpcDTO = DataReportOfAppIdRpcDTO.builder()
|
|
|
.appId(dto.getWechatAppId())
|
|
|
.userActionSetId(dto.getUserActionSetId())
|