Browse Source

充值提现

dyjh 6 years ago
parent
commit
c952c3119d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/Api/V1/PayController.php

+ 1 - 0
app/Http/Controllers/Api/V1/PayController.php

xqd
@@ -39,6 +39,7 @@ class PayController extends Controller
 
     public function recharge(Request $request)
     {
+        dd(11);
         $validator = Validator::make($request->all(),
             [
                 'price' => 'required',