请求参数
参数名
类型
描述
必填
itemCopyList
array
数据列表
必填
itemid
string
宝贝id; 示例:123456;
必填
sellCount
string
销量; 示例:123;
必填
requestId
string
示例:123123123123123
必填
sourceType
number
示例:0
必填
说明 / 示例
接收方式:
发送方式为httpPost.setEntity 推荐接收时用流的方式解析
```javascript
{
"itemCopyList": [{
"itemid": "635932883462",
"sellCount": "322"
}],
"requestId": "123123123123123",
"sourceType": 0
}
```