{
"taskName": "测试任务1",
"qhdm": "140727",
"qhmc": "祁县",
"qhdm2": "131002",
"qhmc2": "安次区",
"qhdm3": "131023",
"qhmc3": "永清县",
"nf": "2023",
"types": "1,2,3,4,5",
"yearRoundCroping": "2",
"yearRoundCropingStr": "一年两季",
"cropStructure": "小麦-玉米",
"mainCrops": "07,16",
"description": "描述"
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-algorithm/api/v1/lhd-task' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskName": "测试任务1",
"qhdm": "140727",
"qhmc": "祁县",
"qhdm2": "131002",
"qhmc2": "安次区",
"qhdm3": "131023",
"qhmc3": "永清县",
"nf": "2023",
"types": "1,2,3,4,5",
"yearRoundCroping": "2",
"yearRoundCropingStr": "一年两季",
"cropStructure": "小麦-玉米",
"mainCrops": "07,16",
"description": "描述"
}'
{
"timestamp": 1695361326704,
"datetime": "2023-09-22T13:42:06.721",
"code": 200,
"message": "成功",
"success": true
}