From 7d386fa11990ee87601cfc1faca2d4133245c654 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 26 六月 2023 14:30:00 +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