From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新
---
admin/src/api/other/other.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/other/other.js b/admin/src/api/other/other.js
new file mode 100644
index 0000000..92d7f0a
--- /dev/null
+++ b/admin/src/api/other/other.js
@@ -0,0 +1,14 @@
+import request from '../../utils/request'
+
+// 鏌ヨ
+export function getServiceUrl (data) {
+ return request.post('/visitsAdmin/cloudService//business/hksync/getServiceUrl', data, {
+ trim: true
+ })
+}
+// 鏌ヨ瀛楀吀鍊兼暟鎹�
+export const getSystemDictData = (params) => {
+ return request.get('/visitsAdmin/cloudService/web/other/getSystemDictData', {
+ params: { ...params }
+ })
+}
--
Gitblit v1.9.3