悠谷折扣支付

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

View File

@ -35,13 +35,13 @@ public class YouguDiscountRechargeController {
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
if (parameterMap.isEmpty()) {
LOGGER.info("悠谷---》youguXQCallback data is null");
LOGGER.error("悠谷---》youguXQCallback data is null");
jsonObject.put("errmsg","youguXQCallback data is null");
return jsonObject.toString();
}
boolean sign = verifySign(parameterMap);
if (!sign) {
LOGGER.info("悠谷---》sign error");
LOGGER.error("悠谷---》sign error");
jsonObject.put("errmsg","sign error");
return jsonObject.toString();
}