mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-29 08:14:33 +08:00
版本预发布
This commit is contained in:
@@ -39,3 +39,11 @@ export function ResetPwd(params) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// 获取可选的后台用户选项
|
||||
export function GetMemberOption() {
|
||||
return http.request({
|
||||
url: '/member/option',
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user