This commit is contained in:
gpu 2026-01-20 21:49:37 +08:00
parent 31fc1e1cc3
commit 526a91d2e5

View File

@ -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,
}
}