| xqd
@@ -786,7 +786,10 @@ class UserController extends Controller
|
|
|
// if(isset($request->user_id)){
|
|
|
//
|
|
|
// }
|
|
|
- $url = "https://".$_SERVER['HTTP_HOST'].'/web/register.html?invoce='.$user->ycode;
|
|
|
+
|
|
|
+
|
|
|
+// $url = "https://".$_SERVER['HTTP_HOST'].'/web/register.html?invoce='.$user->ycode;
|
|
|
+ $url = "https://".$_SERVER['HTTP_HOST'].'/web/index.html?invoce='.$user->ycode.'&id='.$request->id;
|
|
|
$res['appid'] = env("WEIXIN_OPEN_APPID");
|
|
|
$res['url'] = $url;
|
|
|
|