适配调用team对话,提供查询ChatGPT-Account-ID的/getAccountID接口

This commit is contained in:
Clivia
2024-04-04 22:10:38 +08:00
committed by GitHub
parent 81d32e753a
commit 816e78ab81

View File

@@ -318,6 +318,16 @@ PS. 注意arkose_urls中的地址需要支持PandoraNext的Arkose Token获取
}
}
```
## 获取ChatGPT-Account-ID接口
接口URI`/getAccountID`
请求方式:`POST`
```
请求头加上
AuthorizationBearer refresh_token
```
## 示例
@@ -337,6 +347,7 @@ services:
```
## 功能演示
<details>