{
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}"
}
curl --location --request POST 'https://dev.worktile.com/open-api/tenant-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "需要配置成自己的",
"client_secret": "需要配置成自己的"
}'
{
"tenant_access_token": "03fc6f8e51aa438c9bbf910112d90b1a", // access_token
"expires_in": 7200 //过期时间秒
}