This commit is contained in:
牛叉闪闪
2024-08-29 15:54:11 +08:00
parent 92c4f1ca3a
commit d76558cce2

View File

@@ -784,7 +784,7 @@ public class MemberService {
if (ObjectUtil.isNotNull(publicResp) && ObjectUtil.isNotEmpty(publicResp)) {
if ("000000".equals(publicResp.getCode())) {
if (!"SUCCESS".equals(publicResp.getObjData().getState()) && !publicResp.getObjData().getState().equals("ING")) {
MsgException.check(true, "退款渠道调用失败");
MsgException.check(true, publicResp.getMsg());
}
} else {
MsgException.check(true, "退款渠道调用失败");