fix: 主子账号功能完善。
This commit is contained in:
@@ -8,7 +8,7 @@ export function list_user_child() {
|
||||
|
||||
// 添加
|
||||
export function add_user_child(mobilePhone) {
|
||||
return httpService.post(API.SUB_ACCOUNT.ADD(), { mobilePhone })
|
||||
return httpService.post(API.SUB_ACCOUNT.ADD(), { data: { mobilePhone } })
|
||||
}
|
||||
|
||||
// 删除
|
||||
|
||||
Reference in New Issue
Block a user