|
@@ -1499,7 +1499,7 @@ public class HeliPayServiceImpl implements HeliPayService {
|
|
return ResponseJson.error("请求失败");
|
|
return ResponseJson.error("请求失败");
|
|
}
|
|
}
|
|
String resultMsg = (String) resultMap.get("response");
|
|
String resultMsg = (String) resultMap.get("response");
|
|
- if (MessageHandle.isJSON(resultMsg)) {
|
|
|
|
|
|
+ if (!MessageHandle.isJSON(resultMsg)) {
|
|
//失败删除info
|
|
//失败删除info
|
|
payOrderMapper.delQuickInfo(infoId);
|
|
payOrderMapper.delQuickInfo(infoId);
|
|
log.info("-------------------验证码校验失败!------------------");
|
|
log.info("-------------------验证码校验失败!------------------");
|