$shop_id, 'product_bns' => $product_bns, ); //推送平台 if($product_type == 'combine'){ //组合商品 $result = $axInventoryLib->taskCombineProduct($sdfdata); }else{ //普通商品 $result = $axInventoryLib->taskNormalProduct($sdfdata); } return true; } }