Browse Source

修改H5转VR的目录地址

chengzhiyixia 1 year ago
parent
commit
dc685c1bc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/user/User.php

+ 1 - 1
app/controller/api/user/User.php

@@ -200,7 +200,7 @@ class User extends BaseController
200 200
         $uid = $this->request->uid();
201 201
         $data = [
202 202
             "name"=>"VR转账",
203
-            "url"=>'https://show.gdjbp.com/?uid=' .$uid,
203
+            "url"=>'https://show.hxxfb.com/?uid=' .$uid,
204 204
         ];
205 205
         return app('json')->success($data);
206 206
     }