From 975be330b8d1eb00ebd4dcce3af6a26aca2dc3ad Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 18 Mar 2026 22:22:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=90=E8=B4=A6=E5=8F=B7=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=B1=E8=B4=A5=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/sub.ts b/src/api/sub.ts index 6323bb1..e4e7521 100644 --- a/src/api/sub.ts +++ b/src/api/sub.ts @@ -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 } }) } // 获取父级账号