{
"UserId": 0,
"TerminalId": 0,
"MPSalePromotionDetailDTID": 0,
"TaskImgDetail": [
{
"ImgUrl": "string",
"ImgDesc": "string"
}
]
}curl --location --request POST '/api/CaiHua_Business_App_MPDituiTaskBO/SaveTerminalTaskImg' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserId": 0,
"TerminalId": 0,
"MPSalePromotionDetailDTID": 0,
"TaskImgDetail": [
{
"ImgUrl": "string",
"ImgDesc": "string"
}
]
}'{
"Result": 0,
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}