使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"app_version": "string",
"oem_domain": "string",
"company_identification": "string",
"sign": "string"
}
curl --location --request POST 'https://developer.jijyun.cn/api/openapi/auth_field' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"app_version": "string",
"oem_domain": "string",
"company_identification": "string",
"sign": "string"
}'
{
"RequestId": "310f1c93-0445-4114-a692-077b8d841277",
"code": 0,
"data": {
"account_label": [
{
"data_key": "Authorization",
"defaulttext": "",
"help_txt": "",
"label": "token",
"required": false,
"type": "string"
}
],
"app_id": 1000176,
"app_name": "天眼查",
"app_version": "1.0.1",
"authen_method": "Auth1.0",
"company_identification": "******",
"url": ""
},
"msg": "成功"
}