多游支付日志

master
duhui 2022-03-15 18:31:51 +08:00
parent aeddb7e0a1
commit 5022b458ee
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public class DuoYouRechargeController {
String extra = request.getParameter("extra"); //额外参数
String sign = request.getParameter("sign"); //签名
LOGGER.info("duoyou======》{}", parameterMap);
SortedMap<String, String> map = new TreeMap<>();
map.put("app_id",app_id);
map.put("transaction_id",transaction_id);