拼团列表接口
This commit is contained in:
@@ -47,6 +47,7 @@ const request = (parameter, hideLoding = true) => {
|
||||
data : parameter.data || {},
|
||||
method : parameter.method || 'GET',
|
||||
success : res => {
|
||||
console.log(res)
|
||||
if (res.header.Authorization){
|
||||
updateToken('token', res.header.Authorization)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user