From 8032f1bf258ceaf5e34d9c5b3c0923d8e190a8f0 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 19 三月 2024 17:32:40 +0800 Subject: [PATCH] 报备 --- src/api/platform/point.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/platform/point.js b/src/api/platform/point.js index 67804eb..2f2e05e 100644 --- a/src/api/platform/point.js +++ b/src/api/platform/point.js @@ -61,3 +61,12 @@ method: 'delete' }) } + +// 鐐逛綅涓嬫媺鍒楄〃 +export function pointSelectData(param) { + return request({ + url: '/yw-point/select', + method: 'get', + params: param + }) +} -- Gitblit v1.8.0