1
This commit is contained in:
@@ -180,7 +180,7 @@ func TestRetailBatchInitData(t *testing.T) {
|
||||
map[string]interface{}{
|
||||
"app_food_code": 1692848899,
|
||||
"category_name": "调味用品",
|
||||
"common_attr_value": "[{\"attr_id\":1200000088,\"attr_name\":\"品牌\",\"valueList\":[{\"value_id\":0,\"value\":\"其他\"}]},{\"attr_id\":1200000210,\"attr_name\":\"商品类别\",\"valueList\":[{\"value_id\":1300019511,\"value\":\"寿司萝卜\"}]}]",
|
||||
"common_attr_value": "[{\"attrId\":1200000094,\"attrName\":\"产地\",\"setAttrId\":true,\"setAttrName\":true,\"setValueList\":true,\"valueList\":[{\"setValue\":true,\"setValueId\":true,\"value\":\"中国\",\"valueId\":100000050}],\"valueListIterator\":[{\"$ref\":\"$[0].valueList[0]\"}],\"valueListSize\":1},{\"attrId\":1200000135,\"attrName\":\"包装方式\",\"setAttrId\":true,\"setAttrName\":true,\"setValueList\":true,\"valueList\":[{\"setValue\":true,\"setValueId\":true,\"value\":\"袋\",\"valueId\":1300004918}],\"valueListIterator\":[{\"$ref\":\"$[1].valueList[0]\"}],\"valueListSize\":1},{\"attrId\":1200000088,\"attrName\":\"品牌\",\"setAttrId\":true,\"setAttrName\":true,\"setValueList\":true,\"valueList\":[{\"setValue\":true,\"setValueId\":true,\"value\":\"吉香居\",\"valueId\":1008695}],\"valueListIterator\":[{\"$ref\":\"$[2].valueList[0]\"}],\"valueListSize\":1}]",
|
||||
"description": "",
|
||||
"is_sold_out": 0,
|
||||
"min_order_count": 1,
|
||||
@@ -189,9 +189,20 @@ func TestRetailBatchInitData(t *testing.T) {
|
||||
"picture_contents": "",
|
||||
"price": 4.5,
|
||||
"sequence": -117,
|
||||
"skus": "[{\n\t\t\t\"ladder_box_num\": \"\",\n\t\t\t\"ladder_box_price\": \"0.0\",\n\t\t\t\"price\": \"4.5\",\n\t\t\t\"sku_id\": 1692848899,\n\t\t\t\"spec\": \"52g*1袋\",\n\t\t\t\"stock\": \"9999\",\n\t\t\t\"upc\": \"6926896703303\",\n\t\t\t\"weight\": \"52\"\n\t\t}]",
|
||||
"tag_id": 200005035,
|
||||
"unit": "",
|
||||
"skus": ` [
|
||||
{
|
||||
"ladder_box_num": "",
|
||||
"ladder_box_price": "0.0",
|
||||
"price": "4.5",
|
||||
"sku_id": 1692848899,
|
||||
"spec": "52g*1袋",
|
||||
"stock": "9999",
|
||||
"upc": "6926896703303",
|
||||
"weight": "52"
|
||||
}
|
||||
]`,
|
||||
"tag_id": 200005035,
|
||||
"unit": "",
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user