From bfbced1434833586988c36fe2670527bb5b2274d Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期二, 27 八月 2024 11:59:52 +0800 Subject: [PATCH] 修复选择同行人 --- api/auth.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/api/auth.js b/api/auth.js index b1ab4c9..1cd8e49 100644 --- a/api/auth.js +++ b/api/auth.js @@ -32,4 +32,12 @@ // 鏂版敞鍐岃幏鍙栭獙璇佺爜 /verify/getNew export function getNewVerify(data) { return http.get(`/verify/getNew`, {params: data}); +} +// 鏇存崲鎵嬫満鍙风爜 updatePhone +export function updatePhone(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