{
"gameId": 0,
"gameName": "string",
"goodsName": "string",
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST 'http://test1-opapi.nn.com/boheapi/goods/nn/goods/queryAccessories' \
--header 'appId;' \
--header 'busiType;' \
--header 'countryCode;' \
--header 'reqChannel;' \
--header 'reqChannel;' \
--header 'sign;' \
--header 'telNum;' \
--header 'timeStamp;' \
--header 'token;' \
--header 'token;' \
--header 'trackId;' \
--header 'userId;' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'Content-Type: application/json' \
--data-raw '{
"gameId": 0,
"gameName": "string",
"goodsName": "string",
"pageNo": 1,
"pageSize": 10
}'
{
"retCode": "string",
"retData": {
"current": 0,
"hitCount": true,
"orders": [
{
"column": "string",
"asc": true
}
],
"pages": 0,
"records": [
{
"boheGoodsId": 0,
"buyLimit": 0,
"buyLowerLimit": 0,
"classifyChildId": 0,
"classifyChildName": "string",
"classifyId": 0,
"classifyName": "string",
"cooperationType": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"discount": "string",
"equityRemark": "string",
"esaleOriginalPrice": 0,
"esaleSellPrice": 0,
"gameId": "string",
"gameName": "string",
"gameNameMap": {
"property1": "string",
"property2": "string"
},
"goodsDetails": "string",
"goodsImage": "string",
"id": 0,
"listImage": "string",
"originalPrice": 0,
"parValue": "string",
"plateIconImg": "string",
"plateId": 0,
"plateName": "string",
"realSalesVolume": 0,
"sellPrice": 0,
"showSalesVolume": 0,
"status": 0,
"storage": 0,
"subtitle": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"retMsg": "string",
"retTime": "string",
"success": true
}