@qq286531097
2019-04-08T06:46:06.000000Z
字数 1118
阅读 295
VFone
$data = array('3' => array('sku_id' => '3', //货品ID'item_id' => '3', //商品ID'style_color' => 'pink', //颜色'price' => '1000', //销售价'cost' => '990', //商促后价格'cat_id' => '3', //分类ID'quantity' => '3', //购买数量'brand_id' => '1', //品牌ID'total_price' => '2970', //商促订促后的总价),'4' => array('sku_id' => '4', //货品ID'item_id' => '3', //商品ID'style_color' => 'golden', //颜色'price' => '1000', //销售价'cost' => '990', //商促后价格'cat_id' => '3', //分类ID'quantity' => '3', //购买数量'brand_id' => '1', //品牌ID'total_price' => '2970', //商促订促后的总价),);$rule_id = 1; //优惠券规则id$shopId = 1; //商家id(BBC商家中心ID)
$params['data'] = json_encode($data);$params['rule_id'] = $rule_id; //优惠券规则id$params['shopId'] = 1; //商家id(BBC商家中心ID)$info = app::get('syspromotion')->rpcCall('promotion.coupon.getInfo', $params);
Array([0] => Array([coupon_id] => 1[coupon_name] => 满100减10券[coupon_desc] => 满100减10券[use_bound] => allgoods[bound_value] => ,[condition_value] => 100|10[products] => Array([3] => 3|2965|5[4] => 4|2965|5)[promotion_goods_price] => 5940[promotion_goods_num] => 6[item_ids] => Array([0] => 3[1] => 3)[sku_ids] => Array([0] => 3[1] => 4)[discount_amount] => 10[items] => 3|2965|5,4|2965|5)[total_price] => 5940[cost_price] => 10[subtotal_price] => 5930)
