@qq286531097
2019-04-08T06:51:12.000000Z
字数 754
阅读 318
VFone
//传入参数$apiData =array('item_id' => '3','sku_id' => '3','style_color' => 'pink', (新增)'price' => '1000', (新增)'cat_id' => '3', (新增)'quantity' => '3', (新增)'brand_id' => '1', (新增)'use_staff' => false,'product_type' => 'normal');'shopId' => 1, //商家ID(BBC促销新增逻辑)//调用接口$params['data'] = json_encode($params);$params['shopId'] = 1; //商家ID(BBC促销新增逻辑)$result = app::get('syspromotion')->rpcCall('promotion.goodspromotion.getInfo',$params);//返回数据Array([promotion_id] => 1 (替换)(原来的 goodspromotion_id)[promotion_name] => 商促立减10元 (替换)(原来的 goodspromotion_name)[promotion_type] => goodspromotionminus/goodspromotiondiscount (减/折)[start_time] => 1551686000[end_time] => 1551715140[price] => 1000[discount_amount] => 10 (单个优惠的金额)[subtotal_prefilter_after] => 2970 (优惠后的金额)[total_discount_amount] => 30 (新增)(总共优惠的金额))
