From 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3 Mon Sep 17 00:00:00 2001 From: 王恒 <318726284@qq.com> Date: 星期四, 04 九月 2025 09:18:24 +0800 Subject: [PATCH] '新增综合查一次详情、调整二期新增的内容' --- api/auth.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/api/auth.js b/api/auth.js index bda0af4..1cd8e49 100644 --- a/api/auth.js +++ b/api/auth.js @@ -35,5 +35,9 @@ } // 鏇存崲鎵嬫満鍙风爜 updatePhone export function updatePhone(data) { - return http.post(`/system/user/profile/updatePhone/${data.phone}`, data); + return http.post(`/system/user/profile/updatePhone/${data.phone}/${data.companyId}`, data); +} +// /system/company/list +export function getCompanyList(data){ + return http.get('/system/company/list',{params: data}, { custom: { loading: true }}); } \ No newline at end of file -- Gitblit v1.9.1