From ea05b9be825899d4c86d131fb9a38ad58f078fa5 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 28 一月 2022 18:49:17 +0800
Subject: [PATCH] 授权正式版

---
 src/api/system.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/system.ts b/src/api/system.ts
index e4bc3f2..301d097 100644
--- a/src/api/system.ts
+++ b/src/api/system.ts
@@ -471,6 +471,13 @@
     data: qs.stringify(data)
   })
 }
+export const activeByOrder = (data: any) => {
+  return request({
+    url: "/version/auth/shop/activeByOrder",
+    method: "post",
+    data: qs.stringify(data)
+  })
+}
 export const getShopOrderList = (data: any) => {
   return request({
     url: "/version/auth/shop/getOrderList",

--
Gitblit v1.8.0