{
"Assets": [
{
"StockId": "string",
"Price": 0,
"Description": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Selling/PublishStock' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"Assets": [
{
"StockId": "string",
"Price": 0,
"Description": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"StockId": "string",
"AssetId": "string",
"IsSuccess": true,
"ErrorMsg": "string",
"GoodNum": "string",
"Items": [
{
"GoodsNum": "string",
"TradeType": 1
}
]
}
]
}