使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "string",
"corp_token": "string",
"timestamp": 0,
"company_identification": "string",
"sign": "string"
}
curl --location --request POST 'https://developer.jijyun.cn/query_company_quota' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "string",
"corp_token": "string",
"timestamp": 0,
"company_identification": "string",
"sign": "string"
}'
{
"code": 0,
"data": [
{
"Data": {},
"numbers": 0
}
],
"msg": "string"
}