From 5a46eb96564990957f393854e198bcee910c2e54 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 25 六月 2023 10:53:31 +0800 Subject: [PATCH] 返回加减吨增加字段 --- api/globalApi.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index a1f913f..79af198 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -368,5 +368,12 @@ updateTmTaskCoalState: { url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', method: 'POST' + }, + /** + @description 鍚庡彴鐢ㄦ埛缁戝畾 + */ + setUpWxOpenid: { + url: '/admin/user/setUpWxOpenid', + method: 'POST' } } \ No newline at end of file -- Gitblit v1.9.1