|
|
@@ -40,7 +40,7 @@ class UserController extends FrontController
|
|
|
//回调地址
|
|
|
$redirect_uri = 'http://testofficial.jhcs888.com/api/user/cs';
|
|
|
//上级推广码
|
|
|
- $invite_code = request()->input('t_code', '');
|
|
|
+ $invite_code = request()->input('invite_code', '');
|
|
|
//微信静默授权
|
|
|
$wx_info = WeixinServer::creatServer()->authorize();
|
|
|
|