Commit afe361b3 by YKai

feat: 请求头添加参数

parent f5f319a8
...@@ -476,8 +476,6 @@ class HttpConfig { ...@@ -476,8 +476,6 @@ class HttpConfig {
if (loginBean != null) { if (loginBean != null) {
builder.addHeader(TOKEN, loginBean.token) builder.addHeader(TOKEN, loginBean.token)
.addHeader(UID, loginBean.userId) .addHeader(UID, loginBean.userId)
} else {
builder.addHeader(UID, "0")
} }
// 请求头添加fid参数 // 请求头添加fid参数
if (DeviceTool.checkHasAgreeSecret()) { if (DeviceTool.checkHasAgreeSecret()) {
......
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