From f330cf8c266964baff0817c11227dae2f2e5ac83 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期四, 24 十一月 2022 10:36:58 +0800 Subject: [PATCH] 修复测试问题 --- src/api/user.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index 444ad7d..e279b89 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -155,3 +155,14 @@ params: params || {} }) } + +export function updateDeadline(data) { + return request({ + headers: { + 'Authorization': getToken() + }, + url: process.env.BASE_API + '/jiangWai/deadline/set ', + method: 'post', + data + }) +} -- Gitblit v1.9.2