33
This commit is contained in:
parent
31fc1e1cc3
commit
526a91d2e5
|
|
@ -194,7 +194,7 @@ class RequestManager {
|
|||
header = {
|
||||
'content-type': 'application/json',
|
||||
client: client,
|
||||
token: token,
|
||||
'Authorization': token ? `Bearer ${token}` : '',
|
||||
adid: uni.getStorageSync('_ad_id'),
|
||||
clickid: uni.getStorageSync('_click_id')
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ class RequestManager {
|
|||
|
||||
header = {
|
||||
'content-type': 'application/json',
|
||||
token: token,
|
||||
'Authorization': token ? `Bearer ${token}` : '',
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user