|
@@ -182,7 +182,6 @@ class User extends Api
|
|
|
return json_decode($output, true);
|
|
|
}
|
|
|
|
|
|
- ////////////////////////////////下面的都没用到///////////////////////////////
|
|
|
|
|
|
/**
|
|
|
* 微信小程序登录+注册
|
|
@@ -236,6 +235,8 @@ class User extends Api
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ ////////////////////////////////下面的都没用到///////////////////////////////
|
|
|
+
|
|
|
//绑定邀请人
|
|
|
public function bindintro(){
|
|
|
$introcode = input('introcode','');
|