From b2e8e233d59d107615a8336dce9da36f1f8bcde0 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 03 十二月 2024 16:46:47 +0800 Subject: [PATCH] ll --- 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 c04116f..acce7d5 100644 --- a/h5/api/yw.js +++ b/h5/api/yw.js @@ -120,4 +120,11 @@ url: 'visitsAdmin/cloudService/business/ywPatrolTaskRecord/patrolData', data }) +} +// 鍒嗙被 +export const getCategoryPost = (data) => { + return http({ + url: 'visitsAdmin/cloudService/business/category/page', + data + }) } \ No newline at end of file -- Gitblit v1.9.3