|
|
@@ -210,6 +210,9 @@ public class SandPayService {
|
|
|
if (msg.contains("超限")) {
|
|
|
throw new BusinessException("超过商户单日额度");
|
|
|
}
|
|
|
+ if (msg.contains("商户状态")) {
|
|
|
+ throw new BusinessException("超过商户单日额度");
|
|
|
+ }
|
|
|
throw new BusinessException(msg);
|
|
|
}
|
|
|
|
|
|
@@ -236,6 +239,9 @@ public class SandPayService {
|
|
|
if (msg.contains("超限")) {
|
|
|
throw new BusinessException("超过商户单日额度");
|
|
|
}
|
|
|
+ if (msg.contains("商户状态")) {
|
|
|
+ throw new BusinessException("超过商户单日额度");
|
|
|
+ }
|
|
|
throw new BusinessException(msg);
|
|
|
}
|
|
|
|
|
|
@@ -262,6 +268,9 @@ public class SandPayService {
|
|
|
if (msg.contains("超限")) {
|
|
|
throw new BusinessException("超过商户单日额度");
|
|
|
}
|
|
|
+ if (msg.contains("商户状态")) {
|
|
|
+ throw new BusinessException("超过商户单日额度");
|
|
|
+ }
|
|
|
throw new BusinessException(msg);
|
|
|
}
|
|
|
|