Browse Source

文字修改

mashouyi 2 years ago
parent
commit
94068d7f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Order.php

+ 1 - 1
application/api/controller/Order.php

@@ -167,7 +167,7 @@ class Order extends Base
                 $this->error('服务器繁忙,请稍后重试');
             }
         }else{
-            $this->error('服务器繁忙');
+            $this->error('加油,请持续点击购买按钮');
         }
 
     }