添加日志

master
jiahuiwen 2021-10-26 17:35:31 +08:00
parent 33941d7f5a
commit 523dd0110b
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ public class HaoGameRechargeController {
LOGGER.info("data is null");
return "data is null";
}
for (Map.Entry<String, String> entry : parameterMap.entrySet()) {
LOGGER.info("haoGameCallback parameterMap key={} v={}", entry.getKey(), entry.getValue());
}
String outtradeno = parameterMap.get("outtradeno");
String orderId = parameterMap.get("tradeno");
String status = parameterMap.get("status");