Upload flow_client.py
Browse files
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["
|
| 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({
|