Skip to main content
请求

curl --location 'https://bot.gs-robot.com/gas/api/v1alpha1/oauth/token'
--header 'Content-Type: application/json'
--data '{
"grant_type":"refresh_token",
"refresh_token":"{{refresh_token}}"
}'
输出

{
"token_type": "bearer",
"access_token": "{{token}}",
"expires_in": 1726127118711,
"refresh_token": "{{refresh_token}}"
}