Authorization: Bearer ********************
{
"processStatus": 1
}
curl --location --request POST '/business/process/processedPage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"processStatus": 1
}'
{
"total": 0,
"rows": [
{
"id": "string",
"businessType": 0,
"applicationDate": "string",
"applicant": "string",
"applicantPhoneNumber": "string",
"applicantEmail": "string",
"applicantDepartment": "string",
"projectName": "string",
"projectId": "string",
"technicalContact": "string",
"technicalPhoneNumber": "string",
"technicalEmail": "string",
"functionIntro": "string",
"processApprovalId": "string",
"stepNotificationStatus": 0,
"step": 0,
"processStatus": 0,
"createTime": "string",
"createBy": "string",
"updateTime": null,
"updateBy": null,
"applicationServerConfig": [
{
"id": "string",
"processId": "string",
"serverSerial": 0,
"configBusinessType": 0,
"cpu": 0,
"mem": 0,
"sysDisk": 0,
"dataDisk": 0,
"os": "string",
"otherRequirements": null,
"networkType": "string",
"bandwidth": "string",
"internalNetworkIp": null,
"internalPort": null,
"externalNetworkIp": null,
"externalPort": null,
"applicationDate": "string",
"cloudServerId": null,
"createTime": "string"
}
],
"approvalServerConfig": null,
"applicationDoc": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"projectContract": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"reviewAndExpert": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"projectConstructionPlan": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"projectDatabaseDict": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"performanceAndSafety": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"responsibility": [
{
"id": "string",
"processId": "string",
"docType": 0,
"docSerial": 0,
"docUri": "string",
"docName": "string",
"createTime": "string"
}
],
"submit": null,
"approvalData": null,
"approvalAction": null
}
],
"code": 0,
"msg": "string"
}