xiaoh2018 commited on
Commit
0ab5a0d
·
verified ·
1 Parent(s): c136a7f

Upload flow_client.py

Browse files
Files changed (1) hide show
  1. src/services/flow_client.py +1 -1
src/services/flow_client.py CHANGED
@@ -52,7 +52,7 @@ class FlowClient:
52
 
53
  # AT认证 - 使用Bearer
54
  if use_at and at_token:
55
- headers["authorization"] = f"Bearer {at_token}"
56
 
57
  # 通用请求头
58
  headers.update({
 
52
 
53
  # AT认证 - 使用Bearer
54
  if use_at and at_token:
55
+ headers["Authorization"] = f"Bearer {at_token}"
56
 
57
  # 通用请求头
58
  headers.update({