yshop1.8.2移除idworker,移动端springsecuriry+jwt验证改进,明细可登陆后台查看

This commit is contained in:
hupeng
2020-01-13 13:32:39 +08:00
parent 01fc47665b
commit 4ad08d6803
3 changed files with 155 additions and 18 deletions

View File

@ -7,3 +7,12 @@ export function del(keys) {
data: keys
})
}
export function delT(keys) {
return request({
url: 'auth/online/delete',
method: 'post',
data: keys
})
}