Browse Source

维护提示更新

QAQ 陈 2 months ago
parent
commit
69b7b857ef

+ 1 - 1
zhsw-wechat-common/src/main/java/com/rongwei/wechat/system/wechat/impl/PayMentServiceImpl.java

@@ -90,7 +90,7 @@ public class PayMentServiceImpl implements PayMentService {
         // 如果不允许在线支付,返回错误信息(包含状态信息)
         if ("n".equalsIgnoreCase(whethertopayonline)) {
             log.error("当前系统不允许在线缴费,配置值: {}", whethertopayonline);
-            String errorMessage = String.format("系统维护中,请稍后缴费|%s", whethertopayonline);
+            String errorMessage = String.format("系统维护中,请一个小时后使用|%s", whethertopayonline);
             return R.error(errorMessage);
         }
         if (StringUtils.isBlank(enterpriseno)) {