66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
{
|
||
//总框架
|
||
"product": {
|
||
"id":null,
|
||
"name":null,
|
||
"states":null,
|
||
"brandId":null,
|
||
"remark":null,
|
||
"image":null,
|
||
"imgs":[],
|
||
},
|
||
|
||
"attributeGroupList":[
|
||
{
|
||
"id":null
|
||
}
|
||
],
|
||
|
||
"attributeList":[
|
||
{
|
||
"attributeId":null,
|
||
"attributeValue":bull
|
||
}
|
||
],
|
||
"rule":[
|
||
{
|
||
"sku":null, ("1,2,3")
|
||
"image":null,
|
||
"inventoryValue":null,
|
||
"priceValue":null
|
||
}
|
||
]
|
||
|
||
|
||
{
|
||
商品名称:"",
|
||
品牌::"",
|
||
状态:"",
|
||
图片:"",
|
||
轮播图:[
|
||
图片1:"",
|
||
图片2:"",
|
||
......
|
||
],
|
||
品类名称:"",
|
||
属性组:[
|
||
{
|
||
属性id:"",
|
||
属性名称:""
|
||
}
|
||
....
|
||
],
|
||
"rule":[
|
||
{
|
||
"sku":"",
|
||
"image":null,
|
||
"inventoryValue":null,
|
||
"priceValue":null
|
||
},
|
||
....
|
||
],
|
||
"备注":""
|
||
}
|
||
|
||
}
|