xiaogang 4 yıl önce
ebeveyn
işleme
9b6f301b65
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Services/UserService.php

+ 1 - 1
app/Services/UserService.php

xqd
@@ -53,7 +53,7 @@ class UserService
      */
     public function buy_vip($param){
         if($param['payment']!=1 || $param['payment']!=2){
-            throw new Exception("支付参数错误");
+            throw new Exception("支付选择参数错误");
         }
         if(empty($param['id'])){
             throw new Exception("参数错误");