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