{
"UserId": 0,
"TerminalId": 0,
"YYMM": "string",
"StartTime": "2019-08-24T14:15:22.123Z",
"EndTime": "2019-08-24T14:15:22.123Z",
"Status": 0,
"PageIndex": 0
}curl --location --request POST '/api/CaiHua_Business_App_MPSellOrderBO/GetMySellOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserId": 0,
"TerminalId": 0,
"YYMM": "string",
"StartTime": "2019-08-24T14:15:22.123Z",
"EndTime": "2019-08-24T14:15:22.123Z",
"Status": 0,
"PageIndex": 0
}'{
"Result": [
{
"Sort": 0,
"SellOrderno": "string",
"OrderDate": "string",
"ValidEndTime": "string",
"IsCanCancel": "string",
"TrackStatus": 0,
"TrackStatusName": "string",
"PayType": 0,
"RealProductType": 0,
"RealTotalMoney": "string",
"CashTicketMoney": 0
}
],
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}