{
"categoryKey": "string",
"tagId": 0,
"tagKey": "string",
"salesSort": 0,
"priceSort": 0,
"listingTime": 0,
"priceFlag": 0,
"hotFlag": 0,
"creatorId": 0,
"language": "LanguageEnum.CHINESE.getLanguage()",
"pageNum": 1,
"pageSize": 10,
"versionCode": 0,
"excludeCategoryKey": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/jnotes/mall/goods/list' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryKey": "string",
"tagId": 0,
"tagKey": "string",
"salesSort": 0,
"priceSort": 0,
"listingTime": 0,
"priceFlag": 0,
"hotFlag": 0,
"creatorId": 0,
"language": "LanguageEnum.CHINESE.getLanguage()",
"pageNum": 1,
"pageSize": 10,
"versionCode": 0,
"excludeCategoryKey": "string"
}'
{
"status": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"goodsId": 0,
"goodsNo": "",
"goodsName": "",
"categoryKey": "",
"tagIds": "",
"tagKey": "",
"tagName": "",
"thumbnailUrl": "",
"pictureIds": "",
"pictureUrlList": [
""
],
"description": "",
"realPrice": 0.0,
"discountPrice": 0.0,
"finalPrice": 0.0,
"discount": 0.0,
"preferentialFlag": 0,
"priceFlag": 0,
"freeFlag": 0,
"hotFlag": 0,
"copyrightFlag": 0,
"purchaseStatus": 0,
"creatorId": 0,
"goodsResource": {
"id": 0,
"resType": 0,
"resThumbnailUrl": "",
"resFileUrl": ""
},
"goodsDetail": {
"id": 0,
"goodsId": 0,
"specs": "",
"layout": "",
"pageNumber": 0,
"fontNumber": 0,
"fontStyles": "",
"fontLanguages": ""
},
"goodsCreator": {
"id": 0,
"creatorName": "",
"avatarUrl": "",
"creatorDesc": "",
"goodsNumber": 0
}
}
],
"pageNum": 0,
"pageSize": 0,
"size": 0,
"startRow": 0,
"endRow": 0,
"pages": 0,
"prePage": 0,
"nextPage": 0,
"isFirstPage": false,
"isLastPage": false,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 0,
"navigatepageNums": [
0
],
"navigateFirstPage": 0,
"navigateLastPage": 0
}
}