mashouyi 2 vuotta sitten
vanhempi
commit
94068d7f26
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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('加油,请持续点击购买按钮');
         }
 
     }