{ "brandId": 55, "brandName": "佳尼特", "pagination": { "page": 1, "pageSize": 10 } }
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/goods/brand' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "brandId": 55, "brandName": "佳尼特", "pagination": { "page": 1, "pageSize": 10 } }'
{ "status": 200, "msg": "请求成功", "requestId": "4429826c-3906-11ef-b7a5-08002763b2f5", "content": { "total": 1, "currentPage": 1, "perPage": 10, "count": 1, "items": [ { "brandId": 55, "brandName": "佳尼特", "img": "", "desc": "" } ] } }