generated from root/miduo_server
多游支付日志
parent
aeddb7e0a1
commit
5022b458ee
|
@ -45,6 +45,8 @@ public class DuoYouRechargeController {
|
||||||
String extra = request.getParameter("extra"); //额外参数
|
String extra = request.getParameter("extra"); //额外参数
|
||||||
String sign = request.getParameter("sign"); //签名
|
String sign = request.getParameter("sign"); //签名
|
||||||
|
|
||||||
|
LOGGER.info("duoyou======》{}", parameterMap);
|
||||||
|
|
||||||
SortedMap<String, String> map = new TreeMap<>();
|
SortedMap<String, String> map = new TreeMap<>();
|
||||||
map.put("app_id",app_id);
|
map.put("app_id",app_id);
|
||||||
map.put("transaction_id",transaction_id);
|
map.put("transaction_id",transaction_id);
|
||||||
|
|
Loading…
Reference in New Issue