From 59f4dc012a2c42eebd31301444e0f8df9af088e0 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 26 六月 2024 10:13:12 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- api/auth.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/api/auth.js b/api/auth.js index 72195ac..bda0af4 100644 --- a/api/auth.js +++ b/api/auth.js @@ -25,3 +25,15 @@ export function getCompanyInfo(data) { return http.get(`/system/company/${data.companyId}`, {params: data}); } +// 鏌ヨ鎯犱紒鏀跨瓥 +export function docList(data) { + return http.get(`/system/doc/list`, {params: data}); +} +// 鏂版敞鍐岃幏鍙栭獙璇佺爜 /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); +} \ No newline at end of file -- Gitblit v1.9.1