token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/payment-plans/1' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"company_id": 0,
"project_id": 0,
"code": "string",
"has_contract": true,
"type": 0,
"applicant_id": 0,
"applicant_group_id": 0,
"applicant_date": 0,
"contract_id": 0,
"amount": "string",
"receive_company_id": null,
"receive_company": "string",
"bank": "string",
"bank_no": "string",
"accounting_obj": "string",
"resource_code": "string",
"resource_name": "string",
"spec": "string",
"unit": "string",
"remark": "string",
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"is_auditor": true,
"audit_log_list": [
{
"user_name": "string",
"group_name": "string",
"act_time": 0,
"act": "string",
"memo": null
}
],
"project": {
"id": 0,
"project_name": "string",
"project_code": "string"
},
"contract": {
"id": 0,
"name": "string",
"code": "string"
},
"file_list": [
{
"id": 0,
"plan_id": 0,
"name": "string",
"origin_name": "string",
"path": "string",
"ext": "string",
"preview_pages": 0,
"size": 0,
"duration": null,
"width": null,
"height": null,
"remark": null
}
],
"applicant": {
"id": 0,
"name": "string"
},
"audit_task_list": [
{
"id": 0,
"flow_id": 0,
"lv": 0,
"refer_table_type": 0,
"data_id": 0,
"is_major": true,
"status": 0,
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"creator": {
"id": 0,
"name": "string",
"mobile": "string",
"first_group": [
{
"id": 0,
"pid": 0,
"company_id": 0,
"path": "string",
"name": "string",
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"pivot": {
"user_id": 0,
"group_id": 0
}
}
]
},
"items": [
{
"id": 0,
"task_id": 0,
"lv": 0,
"user_id": 0,
"status": 0,
"memo": null,
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"user": {
"id": 0,
"company_id": 0,
"mobile": "string",
"account": "string",
"name": "string",
"is_enable": true,
"created_at": 0,
"updated_at": 0,
"deleted_at": null,
"created_by": 0,
"updated_by": 0,
"deleted_by": null,
"first_group": [
{
"id": 0,
"pid": 0,
"company_id": 0,
"path": "string",
"name": "string",
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"pivot": {
"user_id": 0,
"group_id": 0
}
}
]
}
}
]
}
]
}
}