curl --location --request POST 'http://ming-owl.com/api/task/v1/material/aaaaaa/submit' \
--header 'X-Requested-With;' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"material_type": "file",
"material_content": "JD0ABC0000001",
"task_id": 1,
"amount":100,
"pic_url" :""
}'
{
"status": "success",
"code": 200,
"message": "ok",
"data": {
"task_id": 1,
"material_name": "订单凭证",
"material_type": "file",
"file_type": null,
"material_path": "JD0ABC0000001",
"material_content": null,
"submit_time": "2025-05-26 15:51:58"
},
"error": {}
}