提交 0e7bf6ce 编写于 作者: tao.wu's avatar tao.wu

去除方法增加的bug

上级 1c821e8e
...@@ -42,7 +42,7 @@ export const getRemindStatus = async (token) => { ...@@ -42,7 +42,7 @@ export const getRemindStatus = async (token) => {
}) })
} }
export const checkToken = async(token) => { export const checkToken = async (token) => {
return request({ return request({
url: `campaign/admin/task/checkToken?token=${token}`, url: `campaign/admin/task/checkToken?token=${token}`,
method: 'get', method: 'get',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册