From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

---
 company/src/api/business/company.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/company/src/api/business/company.js b/company/src/api/business/company.js
index a109cd9..dba1e13 100644
--- a/company/src/api/business/company.js
+++ b/company/src/api/business/company.js
@@ -11,14 +11,21 @@
 export function create (data) {
     return request.post('/business/company/create', data)
 }
+export function createShop (data) {
+    return request.post('/business/company/createShop', data)
+}
 
 // 淇敼
 export function updateById (data) {
     return request.post('/business/company/updateById', data)
 }
 
-// 鏌ヨ鍏ㄩ儴鏁版嵁(璐﹀彿鍒嗛厤浼佷笟浣跨敤)
+
 export function pageAll (data) {
+    return request.post('/business/company/list', data)
+}
+// 鏌ヨ鍏ㄩ儴鏁版嵁(璐﹀彿鍒嗛厤浼佷笟浣跨敤)
+export function allForFp (data) {
     return request.post('/business/company/pageAll', data)
 }
 

--
Gitblit v1.9.3