...
|
...
|
@@ -121,6 +121,7 @@ class Goods extends Base |
|
|
"dispatch_type": "express",
|
|
|
"dispatch_ids": "1",
|
|
|
"deletetime": null,
|
|
|
"member_price": 1.2, //会员价
|
|
|
"activity": { //活动信息
|
|
|
"id": 7,
|
|
|
"title": "秒杀测试",
|
...
|
...
|
@@ -146,9 +147,10 @@ class Goods extends Base |
|
|
"sales": 0,
|
|
|
"sn": "",
|
|
|
"weight": 0,
|
|
|
"price": "0.01",
|
|
|
"price": "0.01", //价格
|
|
|
"goods_sku_text": null,
|
|
|
"status": "up",
|
|
|
"member_price": 6, //会员价
|
|
|
"activity_type": "seckill",
|
|
|
"activity_id": 7,
|
|
|
"item_goods_sku_price": {
|
...
|
...
|
@@ -249,6 +251,7 @@ class Goods extends Base |
|
|
"dispatch_type": "express", //发货方式:express=物流快递
|
|
|
"dispatch_ids": "1", //发货模板ID
|
|
|
"deletetime": null,
|
|
|
"member_price": 6, //会员价
|
|
|
"activity": { //活动
|
|
|
"id": 7, //活动ID
|
|
|
"title": "秒杀测试", //活动名称
|
...
|
...
|
@@ -277,6 +280,7 @@ class Goods extends Base |
|
|
"price": "0.01", //价格
|
|
|
"goods_sku_text": null, //中文规格
|
|
|
"status": "up", //状态:up=上架
|
|
|
"member_price": 6, //会员价
|
|
|
"activity_type": "seckill", //活动类型:seckill=秒杀,grupon=拼团
|
|
|
"activity_id": 7, //活动ID
|
|
|
"item_goods_sku_price": {
|
...
|
...
|
|