From 5a85dcab83e969d6b21c599b512a15117e9b8651 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 04 七月 2024 08:54:30 +0800 Subject: [PATCH] '' --- h5/api/staff.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/h5/api/staff.js b/h5/api/staff.js index c9688d4..d32ffdc 100644 --- a/h5/api/staff.js +++ b/h5/api/staff.js @@ -205,4 +205,12 @@ method: 'post', data }) -} \ No newline at end of file +} +// 浠诲姟涓績 鏍囪宸茶 +export const signReadTask = (data) => { + return http({ + url: 'visitsAdmin/cloudService/business/staging/signRead', + method: 'get', + data + }) +} -- Gitblit v1.9.3