From ade1aa658df84e8b52f5d1dfa9d2971da5cdad55 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期六, 22 六月 2024 20:38:03 +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 db38798..bda0af4 100644
--- a/api/auth.js
+++ b/api/auth.js
@@ -28,4 +28,12 @@
 // 鏌ヨ鎯犱紒鏀跨瓥
 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