xiaogang 4 anos atrás
pai
commit
c11c9c3d9f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/UserService.php

+ 1 - 0
app/Services/UserService.php

xqd
@@ -52,6 +52,7 @@ class UserService
      * 购买vip
      */
     public function buy_vip($param){
+        throw new Exception("选择的会员id=".$param['id']);
         if(empty($param['id'])){
             throw new Exception("参数错误");
         }