|  | 
 
| ## 现已支持 Refresh Token 和 账密 投喂: **方法一:**
 使用 `curl` 命令,将 `name`, `tokens` 提交至 `https://shared.oaifree.com/share/tokens`,例如:
 ```bash
 curl -X PUT 'https://shared.oaifree.com/share/tokens' \
 -H 'Content-Type: application/json' \
 -d '{
 "name": "neo",
 "tokens": [
 "fk-1",
 "fk-2",
 "access token",
 "refresh token",
 "username,password",
 ]
 }'
 ```
 **方法二:**
 访问 [https://shared.oaifree.com/contribute](https://shared.oaifree.com/contribute) 页面投喂。
 **注意:** 账密投递时,账号和密码之间使用半角逗号 `,` 分割。
 **统计数据:** [https://shared.oaifree.com/dashboard](https://shared.oaifree.com/dashboard)
 | 
 |