1
This commit is contained in:
@@ -285,23 +285,33 @@ func TestMap(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRetailDat(t *testing.T) {
|
||||
err := api.RetailInitData("F71D0F0881A211ED9D81525400E86DC0", "25791090", "1161", map[string]interface{}{
|
||||
"app_food_code": "1161",
|
||||
"category_code": "4",
|
||||
"common_attr_value": "[{\"attr_id\":1200000088,\"attr_name\":\"品牌\",\"valueList\":[{\"value\":\"其他\"}]},{\"attr_id\":1200000132,\"attr_name\":\"国产/进口\",\"valueList\":[{\"value_id\":1300000003,\"value\":\"国产\"}]},{\"attr_id\":1200250629,\"attr_name\":\"是否为特殊用途化妆品\",\"valueList\":[{\"value_id\":1300017034,\"value\":\"非特殊化妆品\"}]}]",
|
||||
"description": "",
|
||||
"is_sold_out": 0,
|
||||
"min_order_count": 1,
|
||||
"name": "紧致抗皱樱花精华液约40ml/瓶",
|
||||
"picture": "https://image.jxc4.com/image/11abea38b125078afbac5402940acb6b.jpg,https://image.jxc4.com/image/37cb700edfb80b41d7d5c7f12dca06b9.jpg,https://image.jxc4.com/image/6bbaced20900c2ba295ab72d9e3fa058.jpg,https://image.jxc4.com/image/3187f06340ae13260b58cb3b71d0fdf4.jpg,https://image.jxc4.com/image/946d193eb89f0e210c87c69684272f5a.jpg",
|
||||
"price": 35,
|
||||
"qua_approval_date": 1893340800,
|
||||
"qua_effective_date": 1672502400,
|
||||
"qua_pictures": "https://image.jxc4.com/image/53a3b7a2bc31f7044e49bfbf762ad520.jpg",
|
||||
"sequence": 3500,
|
||||
"skus": `[{"box_num": "0","box_price": "0","location_code": "A2006","price": 35,"sku_id": "1161","spec": "40ml","stock": "1","weight": 40}]`,
|
||||
"tag_id": "200000044",
|
||||
"unit": "瓶",
|
||||
err := api.RetailInitData("F71D0F0881A211ED9D81525400E86DC0", "26207799", "mtcode_1808750374413807658", map[string]interface{}{
|
||||
"app_food_code": "mtcode_1808750374413807658",
|
||||
"category_name": "活动",
|
||||
"common_attr_value": "[{\"attrId\":1200000135,\"attrName\":\"包装方式\",\"valueList\":[{\"setValue\":true,\"setValueId\":true,\"value\":\"散装\",\"valueId\":1300000232}]},{\"attrId\":1200000202,\"attrName\":\"品种\",\"valueList\":[{\"setValue\":true,\"setValueId\":true,\"value\":\"韭菜\",\"valueId\":1300003045}]}]",
|
||||
"description": "",
|
||||
"is_sold_out": 0,
|
||||
"min_order_count": 1,
|
||||
"name": "【惊喜爆品】韭菜约250g",
|
||||
"picture": "http://p0.meituan.net/retailsp/a71560e4b5edb76558a73aa68dbb7932123662.jpg",
|
||||
"picture_contents": "",
|
||||
"price": 3.5,
|
||||
"sequence": 0,
|
||||
"skus": ` [{
|
||||
"isSellFlag": 1,
|
||||
"limit_open_sync_stock_now": false,
|
||||
"location_code": "",
|
||||
"price": "3.5",
|
||||
"sku_id": "mtcode_1808750374413807658",
|
||||
"spec": "250克",
|
||||
"stock": "5",
|
||||
"unit": "",
|
||||
"upc": "",
|
||||
"weight": "250"
|
||||
}]`,
|
||||
"tag_id": 200002521,
|
||||
"unit": "",
|
||||
"upc": "no_upc",
|
||||
})
|
||||
globals.SugarLogger.Debugf("err %s", utils.Format4Output(err, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user