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