Browse Source

mouth test

zz 5 years ago
parent
commit
1e9d5f4656
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Wap/Pay/MonthOrderController.php

+ 1 - 1
app/Http/Controllers/Wap/Pay/MonthOrderController.php

@@ -63,7 +63,7 @@ class MonthOrderController extends Controller
         Log::info(compact('app_id','app_secret','plan_id','user_id','ip','sign'));
         //$url = 'http://pap.manyuedu.org/h5.php?'.http_build_query(compact('app_id','app_secret','plan_id','user_id','ip','sign'));
         $url = 'http://pap.manyuedu.org/?'.http_build_query(compact('app_id','app_secret','plan_id','user_id','ip','sign'));
-        //return $url;
+        return $url;
         return $client->get($url)->getBody()->getContents();
     }