悠谷折扣支付

master
PC-202302260912\Administrator 2023-07-20 17:48:03 +08:00
parent f8d38105d5
commit 29a614fcb5
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class YouguDiscountRechargeController {
return jsonObject.toString();
}
LOGGER.info("悠谷这口服回调参数:{}",parameterMap);
String orderno = parameterMap.get("orderno"); // 51sfsy 支付订单号(唯一
int amount = Integer.parseInt(parameterMap.get("amount"))*100; // 充值金额(单位:元)(需要换算成分)
String gameExt = request.getParameter("extinfo"); //透传参数如CP下单有值提交则会原样回传不得超过255个字符