xiaogang 4 年之前
父節點
當前提交
c11c9c3d9f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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("参数错误");
         }