{
"SellPrice": 0,
"SellDescription": "string",
"IsSecret": true,
"Assets": [
{
"StockId": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location 'https://openapi.ecosteam.cn/Api/Selling/PublishPackageGoods' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"SellPrice": 0,
"SellDescription": "string",
"IsSecret": true,
"Assets": [
{
"StockId": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"Success": [
{
"GoodsNum": "string",
"Stocks": [
"string"
]
}
],
"Failed": [
{
"GoodsNum": "string",
"Stocks": [
"string"
]
}
]
}
}