Commit 3ac43e4d by YKai

feat: 请求头添加参数

parent 84f993a9
...@@ -479,7 +479,7 @@ class HttpConfig { ...@@ -479,7 +479,7 @@ class HttpConfig {
} else { } else {
builder.addHeader(UID, "0") builder.addHeader(UID, "0")
} }
// 请求头添加fid参数 // 请求头添加fid参数
if (DeviceTool.checkHasAgreeSecret()) { if (DeviceTool.checkHasAgreeSecret()) {
val deviceId = if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.P) { val deviceId = if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.P) {
//获取imei //获取imei
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment