From 8a1a8689a2d7e236a733ffb822da503d16fcb88e Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 10 七月 2023 08:45:49 +0800 Subject: [PATCH] websocket增加重连 --- 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