新增手机H5自定义地址

This commit is contained in:
gongfuxiang
2021-12-07 18:16:37 +08:00
parent b8509cabb2
commit 07628140fc
4 changed files with 112 additions and 32 deletions

View File

@ -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));
}
/**
* 小程序用户授权