文档
测试

规格列表

GET
http://127.0.0.1:10000/order/attr/listlsm

接口描述

商品规格列表

说明 / 示例

{ "msg": "success", "code": 0, "page": { "totalCount": 7, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "id": 1, "skuId": null, "attrId": 0, "attyName": "暗夜黑", "attrValue": null, "sort": null, "attrList": null }, { "id": 2, "skuId": null, "attrId": 1, "attyName": "内存", "attrValue": "64G", "sort": null, "attrList": null }, { "id": 3, "skuId": null, "attrId": 0, "attyName": "原谅绿", "attrValue": null, "sort": null, "attrList": null }, { "id": 4, "skuId": null, "attrId": 0, "attyName": "星空蓝", "attrValue": null, "sort": null, "attrList": null }, { "id": 5, "skuId": null, "attrId": 1, "attyName": "内存", "attrValue": "32G", "sort": null, "attrList": null }, { "id": 6, "skuId": null, "attrId": 2, "attyName": "4G运行内存", "attrValue": null, "sort": null, "attrList": null }, { "id": 7, "skuId": null, "attrId": 6, "attyName": "双卡双待", "attrValue": null, "sort": null, "attrList": null } ] } }