From c62f4961f9d86460a5d483d7b31c05f98b113290 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期三, 06 八月 2025 17:12:37 +0800
Subject: [PATCH] '更换域名小程序发布'

---
 api/auth.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/api/auth.js b/api/auth.js
index 72195ac..1cd8e49 100644
--- a/api/auth.js
+++ b/api/auth.js
@@ -25,3 +25,19 @@
 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.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