mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
新增手机H5自定义地址
This commit is contained in:
@ -666,6 +666,18 @@ class User extends Common
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据token获取用户信息
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2021-11-15
|
||||
* @desc description
|
||||
*/
|
||||
public function TokenUserinfo()
|
||||
{
|
||||
return ApiService::ApiDataReturn(UserService::TokenUserinfo($this->data_request));
|
||||
}
|
||||
|
||||
/**
|
||||
* 小程序用户授权
|
||||
|
||||
Reference in New Issue
Block a user