access_token的有效期为30天,删除PingCode的应用或重置应用的Secret都会导致access_token失效。curl --location --globoff 'https://open.pingcode.com/v1/auth/token?grant_type=client_credentials&client_id=需要配置成自己的&client_secret=需要配置成自己的'{
"access_token": "e7321ca8-f724-4abd-9169-d76d095c6acf",
"token_type": "Bearer",
"expires_in": 1577808000
}