token: ********************
{
"project_id": 1, // 项目id
"year": 2025, // 填报年份
"month": 1, // 填报月份
"exec_status": 1, // 执行状态
"value": 13,// 本月填报产值,单位万元
"handler_id": 3, // 经办人id
"handler_group_id": 10, // 经办部门,
"handle_date": 1748880000, // 经办日期
"file_list": [
{
"name": "一个附件", // 附件名称
"md5": null, //
"origin_name": "一个附件.pdf", // 源文件名
"path": "contract/aabbcc.pdf", // 云端存储路径
"ext": "pdf", // 文件后缀
"size": 2345, // 文件大小,单位为B
"duration": null, //
"width": null, //
"height": null, //
}
]
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/output-value-reports/1' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"project_id": 1, // 项目id
"year": 2025, // 填报年份
"month": 1, // 填报月份
"exec_status": 1, // 执行状态
"value": 13,// 本月填报产值,单位万元
"handler_id": 3, // 经办人id
"handler_group_id": 10, // 经办部门,
"handle_date": 1748880000, // 经办日期
"file_list": [
{
"name": "一个附件", // 附件名称
"md5": null, //
"origin_name": "一个附件.pdf", // 源文件名
"path": "contract/aabbcc.pdf", // 云端存储路径
"ext": "pdf", // 文件后缀
"size": 2345, // 文件大小,单位为B
"duration": null, //
"width": null, //
"height": null, //
}
]
}'
{
"code": 0,
"msg": "string",
"data": [
null
]
}