From 91ca5d3a9d43f1b73fe6ff1b8a0d5dda599fbb7d Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Wed, 03 Nov 2021 14:03:07 +0800
Subject: [PATCH] 代理新增编辑门店信息功能完成

---
 src/api/index.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 54c2124..c939f81 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -124,6 +124,11 @@
   merAudit(data) {
     return $http.post("/merchant/audit", data);
   },
+  
+  //更新商户信息
+  updateMer(data) {
+    return $http.post("/merchant/updateMer", data);
+  },
 
   // /merchant/auditList
 
@@ -150,7 +155,7 @@
   },
   //编辑门店
   storeEdit(data) {
-    return $http.post("/store/edit", data);
+    return $http.post("/store/update", data);
   },
   //添加门店
   storeAdd(data) {

--
Gitblit v1.8.0