master
mengchengzhen 2021-07-15 18:00:31 +08:00
parent 13c257c3b7
commit 36a254c1aa
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class YxylRechargeController {
}
private String process(HttpServletRequest request) throws IOException {
LOGGER.info("-------------YxylCallback------------");
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
if (parameterMap.isEmpty()) {
LOGGER.info("data is null");