mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
用户登陆注册H5兼容小程序
This commit is contained in:
@ -123,25 +123,6 @@ class User extends Common
|
||||
return ApiService::ApiDataReturn(UserService::ForgetPwdVerifySend($this->data_post));
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户-验证码显示
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2021-03-04
|
||||
* @desc description
|
||||
*/
|
||||
public function UserVerifyEntry()
|
||||
{
|
||||
$params = [
|
||||
'width' => 100,
|
||||
'height' => 28,
|
||||
'key_prefix' => input('type', 'user_reg'),
|
||||
];
|
||||
$verify = new \base\Verify($params);
|
||||
$verify->Entry();
|
||||
}
|
||||
|
||||
/**
|
||||
* app用户手机绑定
|
||||
* @author Devil
|
||||
@ -168,7 +149,24 @@ class User extends Common
|
||||
return ApiService::ApiDataReturn(UserService::AppMobileBindVerifySend($this->data_post));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 用户-验证码显示
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2021-03-04
|
||||
* @desc description
|
||||
*/
|
||||
public function UserVerifyEntry()
|
||||
{
|
||||
$params = [
|
||||
'width' => 100,
|
||||
'height' => 28,
|
||||
'key_prefix' => input('type', 'user_reg'),
|
||||
];
|
||||
$verify = new \base\Verify($params);
|
||||
$verify->Entry();
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付宝用户授权
|
||||
|
||||
Reference in New Issue
Block a user