1.默认创建资料

使用默认配置创建资料

申请

Body


{
    "config_id": "222"
}

使用配置默认值列表 API 获取 config_id

响应

{
    "type": "success",
    "title": "Create successfully.",
    "content": {
       //content information 
    }
}

Last updated