xiaogang před 4 roky
rodič
revize
3b6d79fd2c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Http/Controllers/Api/UserController.php

+ 1 - 1
app/Http/Controllers/Api/UserController.php

xqd
@@ -288,7 +288,7 @@ class UserController extends Controller
             $param['user_id'] = $user->id;
             $param['payment'] = $request->payment; //支付方式 1微信  2支付宝
             $res = $this->userService->buy_vip($param);
-            throw new Exception(json_encode($res));
+            //throw new Exception(json_encode($res));
         }catch (\Exception $exception){
             return $this->response->errorForbidden($exception->getMessage());
         }