From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期一, 24 六月 2024 09:29:39 +0800 Subject: [PATCH] 处理富文本图片 --- api/auth.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api/auth.js b/api/auth.js index b1ab4c9..bda0af4 100644 --- a/api/auth.js +++ b/api/auth.js @@ -32,4 +32,8 @@ // 鏂版敞鍐岃幏鍙栭獙璇佺爜 /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