QAQ 陈 преди 2 месеца
родител
ревизия
69b7b857ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      zhsw-wechat-common/src/main/java/com/rongwei/wechat/system/wechat/impl/PayMentServiceImpl.java

+ 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)) {