fix: 子账号删除失败,bug修复。

This commit is contained in:
tianyongbao
2026-03-18 22:22:10 +08:00
parent cce60dd135
commit 975be330b8

View File

@@ -13,7 +13,7 @@ export function add_user_child(mobilePhone) {
// 删除
export function delete_user_child(id) {
return httpService.delete(`${API.SUB_ACCOUNT.DELETE()}/${id}`)
return httpService.delete(API.SUB_ACCOUNT.DELETE(), { data: { id } })
}
// 获取父级账号