|
@@ -282,7 +282,7 @@ public class GameBackLogMediaSdkServiceImpl extends ServiceImpl<GameBackLogMedia
|
|
resultMap.put("callBack", Boolean.TRUE);
|
|
resultMap.put("callBack", Boolean.TRUE);
|
|
resultMap.put("backMsg", "微信小游戏自然量订单全量回传");
|
|
resultMap.put("backMsg", "微信小游戏自然量订单全量回传");
|
|
PlatformOrderDTO platformOrderDTO = orderService.getByOrderId(param.getOrderId());
|
|
PlatformOrderDTO platformOrderDTO = orderService.getByOrderId(param.getOrderId());
|
|
- resultMap.put("amount", platformOrderDTO.getAmount().longValue() * 100);
|
|
+ resultMap.put("amount", Collections.singletonList(platformOrderDTO.getAmount().longValue() * 100));
|
|
return Tuple2.with(Boolean.FALSE, null);
|
|
return Tuple2.with(Boolean.FALSE, null);
|
|
}
|
|
}
|
|
|
|
|