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/index.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/api/index.js b/api/index.js
index ced9d46..2c75ae4 100644
--- a/api/index.js
+++ b/api/index.js
@@ -13,7 +13,11 @@
 export function doc(id){
 	return http.get('/system/doc/'+id, { custom: { loading: true }});
 }
-// 淇℃伅鍏ず璇︽儏
+// 淇℃伅鍏ず
 export function order(id){
 	return http.get('/enforce/order/'+id, { custom: { loading: true }});
+}
+// 浼佷笟娉ㄥ唽
+export function companyRegister(data) {
+	return http.post('/system/company/add', {params: data}, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1