{
"GameId": "string",
"HashName": "string",
"PurchaseId": "string",
"PageIndex": 1,
"PageSize": 1,
"State": 0,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/open/purchase/GetMyPurchaseList' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"GameId": "string",
"HashName": "string",
"PurchaseId": "string",
"PageIndex": 1,
"PageSize": 1,
"State": 0,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"PurchaseId": "string",
"GameId": "string",
"HashName": "string",
"GoodsName": "string",
"Icon": "string",
"UnitPrice": 0,
"TotalCount": 0,
"CurCount": 0,
"AutoReceive": 0,
"IsSupportPreSale": true,
"State": 0,
"CreateDate": "2019-08-24T14:15:22.123Z",
"WearMin": 0,
"WearMax": 0,
"Style": 0,
"CurMaxPrice": 0,
"SteamId": "string"
}
]
}
}