From 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 12 四月 2022 17:50:21 +0800
Subject: [PATCH] 摄像机管理

---
 src/api/product.ts |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/product.ts b/src/api/product.ts
index f4c1e9e..bf26038 100644
--- a/src/api/product.ts
+++ b/src/api/product.ts
@@ -128,7 +128,7 @@
 //鏍规嵁璁㈠崟id鏌ヨ璁㈠崟璇︽儏
 export const getOrderById = (id: string) => {
     return request({
-        url: `/data/api-s/order/show/${id}`,
+        url: `/saas/api-s/saasOrder/show/${id}`,
         method: 'get'
     })
 }
@@ -293,4 +293,12 @@
         url: `/saas/api-i/saasIndex/getModelList`,
         method: 'get',
     })
+}
+
+//璇曠敤涓績
+export const getFreeList = () => {
+    return request({
+        url: `/saas/api-s/saasProduct/getFreeList`,
+        method: 'post',
+    })
 }
\ No newline at end of file

--
Gitblit v1.8.0