This commit is contained in:
parent
92c4f1ca3a
commit
d76558cce2
|
|
@ -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, "退款渠道调用失败");
|
||||
|
|
|
|||
Loading…
Reference in New Issue