登出接口
This commit is contained in:
@@ -141,10 +141,11 @@ export function sendVehicle(data) {
|
||||
}
|
||||
|
||||
// 11.用户登出
|
||||
export function loginOut() {
|
||||
export function loginOut(data) {
|
||||
return request({
|
||||
url: 'mobile/auth/loginOut',
|
||||
method: 'get'
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
// export function loginOut() {
|
||||
|
||||
Reference in New Issue
Block a user