From 029dd92e96bec1ca325e99f154c8a2188919e8d5 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 26 六月 2023 08:49:56 +0800 Subject: [PATCH] 增加验质功能 --- api/globalApi.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 3ab8f3f..730ec60 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -378,5 +378,11 @@ setUpWxOpenid: { url: '/admin/user/setUpWxOpenid', method: 'POST' + }, + /** + * @@description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/ + updateTmTaskCoalItem: { + url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem', + method: 'POST' } } \ No newline at end of file -- Gitblit v1.9.1