使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "string",
"corp_token": "string",
"timestamp": 0,
"sign": "string",
"cfg_id": "string"
}
curl --location --request POST 'https://developer.jijyun.cn/get_page_cfg' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "string",
"corp_token": "string",
"timestamp": 0,
"sign": "string",
"cfg_id": "string"
}'
{
"code": 0,
"data": {
"company_id": "string",
"connectApp": {
"appId": 0,
"appName": "string",
"app_state": 0,
"category": "string",
"iconUrl": "string",
"version": null
},
"isShowAppSearch": true,
"templateTitle": true,
"isShowTitle": true,
"templateDesc": "string",
"excludeApps": [
"string"
],
"excludeCategory": [
"string"
],
"includeCategory": [
"string"
],
"page_uuid": "string",
"user_id": "string",
"pageTitle": "string",
"pageSubTitle": "string",
"includeApps": [
"string"
],
"bgColor": "string",
"btnColor": "string",
"isAllowModifyProcess": true,
"allowModifyProcessType": 0,
"allowModifyProcessMode": "string",
"customTemplateIds": "string",
"isAllowCreateNewProcess": true
},
"msg": "string"
}