From f3e4a728bca47d424fb3f9f0e2ef438cec58a2e3 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 31 Mar 2022 13:36:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/api/mobile/hd/hd.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/mobile/hd/hd.js b/src/api/mobile/hd/hd.js
index 5145ac4..f2f03bd 100644
--- a/src/api/mobile/hd/hd.js
+++ b/src/api/mobile/hd/hd.js
@@ -13,3 +13,10 @@
method: "get",
});
};
+
+export const getdetail = (id) => {
+ return request({
+ url: `blade-hd/hd/detail?id=` + id,
+ method: "get",
+ });
+};
\ No newline at end of file
--
Gitblit v1.9.3