使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "",
"corp_token": "7bfda9e57190e0653a4d0ac8b4c7e0d8",
"timestamp": 1646740242,
"company_identification": "abc",
"company_name": "test",
"sign": ""
}
curl --location --request POST 'https://developer.jijyun.cn/api/openapi/query_company_balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "",
"corp_token": "7bfda9e57190e0653a4d0ac8b4c7e0d8",
"timestamp": 1646740242,
"company_identification": "abc",
"company_name": "test",
"sign": ""
}'
{
"Code": 0,
"Msg": "成功!",
"Data": [
{
"product_name": "免费版",
"create_time": "2023-08-23T13:49:51",
"expiration_time": "2099-12-31T13:49:51",
"used_amount": 0,
"amount": 500,
"remaining_amount": 500,
"balance": 0
}
]
}