From 363208403f2076fef350a7feaf236e6153f982be Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 10 一月 2025 09:19:28 +0800
Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1
---
h5/api/yw.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/h5/api/yw.js b/h5/api/yw.js
index acce7d5..5e211b0 100644
--- a/h5/api/yw.js
+++ b/h5/api/yw.js
@@ -127,4 +127,11 @@
url: 'visitsAdmin/cloudService/business/category/page',
data
})
+}
+//
+export const getPointRecordByCode = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/ywPatrolTaskRecord/getPointRecordByCode',
+ data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3