{
"code": "string",
"bidderCodes": [
"string"
],
"biddingEndTime": "string"
}
curl --location --request PUT '/transport/bid/editBidPlan' \
--header 'App-Version;' \
--header 'App-Code;' \
--header 'Produce-Code;' \
--header 'Terminal-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"bidderCodes": [
"string"
],
"biddingEndTime": "string"
}'
{}