fix: 主子账号功能完善。

This commit is contained in:
tianyongbao
2026-01-20 11:51:02 +08:00
parent b85b7ee550
commit 7a4ad91efa
7 changed files with 101 additions and 33 deletions

View File

@@ -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 } })
}
// 删除