TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
FliggyFlightAgentAuxproductPushRequest req = new FliggyFlightAgentAuxproductPushRequest();
FliggyFlightAgentAuxproductPushRequest.PushAuxProductsRq obj1 = new FliggyFlightAgentAuxproductPushRequest.PushAuxProductsRq();
obj1.setChannelId(1074L);
obj1.setAgentId(8888L);
List<FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBean> list3 = new ArrayList<FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBean>();
FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBean obj4 = new FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBean();
list3.add(obj4);
FliggyFlightAgentAuxproductPushRequest.BaggageApiBean obj6 = new FliggyFlightAgentAuxproductPushRequest.BaggageApiBean();
obj6.setHeight(81L);
obj6.setWeight(20L);
obj6.setWidth(119L);
obj6.setPc(1L);
obj6.setLength(119L);
obj6.setIsAllWeight(true);
list5.setBaggage(obj6);
obj4.setCounterPrice(12000L);
obj4.setSaleType(1L);
FliggyFlightAgentAuxproductPushRequest.ServiceApiBean obj8 = new FliggyFlightAgentAuxproductPushRequest.ServiceApiBean();
obj8.setServiceTimeType(2L);
obj8.setServiceContent("托运行李额按航司规定");
obj8.setRoomTip("T1航站楼贵宾厅");
obj8.setRoom("T1");
obj8.setServiceTimeEnd("0700");
obj8.setServiceTimeStart("2300");
list7.setService(obj8);
obj4.setOnlinePrice(10000L);
FliggyFlightAgentAuxproductPushRequest.SalesRuleApiBean obj10 = new FliggyFlightAgentAuxproductPushRequest.SalesRuleApiBean();
obj10.setCabin("Y/W");
obj10.setExceptCabinClass(1L);
obj10.setLatestBuyTime(4L);
obj10.setExceptOds("PEKPVG/DMKYVR");
obj10.setTravelDateStart("20170801");
obj10.setTravelDateEnd("20180801");
obj10.setEarlistBuyTime(9000L);
obj10.setCabinClass(2L);
obj10.setExceptAirports("PVG");
obj10.setSaleDateEnd("20180801");
obj10.setReceiptType(1L);
obj10.setStockNum(100L);
obj10.setExceptFlightNos("FD1234");
obj10.setOds("PEKPVG/DMKYVR");
obj10.setAirlineCodes("AK");
obj10.setExceptCabin("Y");
obj10.setStockType(2L);
obj10.setAirports("PEK/NAY");
obj10.setReceiptWay(1L);
obj10.setSaleDateStart("20170801");
obj10.setExceptAirlineCodes("FD");
obj10.setCodeShareForbidden(true);
obj10.setFlightNos("FD1234");
obj10.setOutboundTerminal("T1/T2/T3");
obj10.setStockRule("20170910-20171010:10/20171012-20180910:10");
list9.setSalesRule(obj10);
FliggyFlightAgentAuxproductPushRequest.AuxRefundApiBean obj12 = new FliggyFlightAgentAuxproductPushRequest.AuxRefundApiBean();
obj12.setCanRefundIndependent(false);
obj12.setModifyRule("不可改签");
obj12.setCanModify(false);
obj12.setCanModifyIndependent(false);
obj12.setCanRefund(false);
obj12.setRefundRule("不可退");
list11.setRefundRule(obj12);
obj4.setProductName("25KG");
obj4.setBasePrice(8000L);
obj4.setProductType(4L);
obj4.setOuterId("TGPEKBKK2017M6M70001");
FliggyFlightAgentAuxproductPushRequest.SeatApiBean obj14 = new FliggyFlightAgentAuxproductPushRequest.SeatApiBean();
obj14.setSeatArea(1L);
obj14.setSeatRow(1L);
list13.setSeat(obj14);
obj1.setProductItems(list3);
obj1.setCid("ALITEST");
req.setPushAuxProductsRq(obj1);
FliggyFlightAgentAuxproductPushResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
ITopClient client = new DefaultTopClient(url, appkey, secret);
FliggyFlightAgentAuxproductPushRequest req = new FliggyFlightAgentAuxproductPushRequest();
FliggyFlightAgentAuxproductPushRequest.PushAuxProductsRqDomain obj1 = new FliggyFlightAgentAuxproductPushRequest.PushAuxProductsRqDomain();
obj1.ChannelId = 1074L;
obj1.AgentId = 8888L;
List<FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBeanDomain> list3 = new List<FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBeanDomain>();
FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBeanDomain obj4 = new FliggyFlightAgentAuxproductPushRequest.AuxProductItemApiBeanDomain();
list3.Add(obj4);
FliggyFlightAgentAuxproductPushRequest.BaggageApiBeanDomain obj5 = new FliggyFlightAgentAuxproductPushRequest.BaggageApiBeanDomain();
obj5.Height = 81L;
obj5.Weight = 20L;
obj5.Width = 119L;
obj5.Pc = 1L;
obj5.Length = 119L;
obj5.IsAllWeight = true;
obj4.Baggage= obj5;
obj4.CounterPrice = 12000L;
obj4.SaleType = 1L;
FliggyFlightAgentAuxproductPushRequest.ServiceApiBeanDomain obj6 = new FliggyFlightAgentAuxproductPushRequest.ServiceApiBeanDomain();
obj6.ServiceTimeType = 2L;
obj6.ServiceContent = "托运行李额按航司规定";
obj6.RoomTip = "T1航站楼贵宾厅";
obj6.Room = "T1";
obj6.ServiceTimeEnd = "0700";
obj6.ServiceTimeStart = "2300";
obj4.Service= obj6;
obj4.OnlinePrice = 10000L;
FliggyFlightAgentAuxproductPushRequest.SalesRuleApiBeanDomain obj7 = new FliggyFlightAgentAuxproductPushRequest.SalesRuleApiBeanDomain();
obj7.Cabin = "Y/W";
obj7.ExceptCabinClass = 1L;
obj7.LatestBuyTime = 4L;
obj7.ExceptOds = "PEKPVG/DMKYVR";
obj7.TravelDateStart = "20170801";
obj7.TravelDateEnd = "20180801";
obj7.EarlistBuyTime = 9000L;
obj7.CabinClass = 2L;
obj7.ExceptAirports = "PVG";
obj7.SaleDateEnd = "20180801";
obj7.ReceiptType = 1L;
obj7.StockNum = 100L;
obj7.ExceptFlightNos = "FD1234";
obj7.Ods = "PEKPVG/DMKYVR";
obj7.AirlineCodes = "AK";
obj7.ExceptCabin = "Y";
obj7.StockType = 2L;
obj7.Airports = "PEK/NAY";
obj7.ReceiptWay = 1L;
obj7.SaleDateStart = "20170801";
obj7.ExceptAirlineCodes = "FD";
obj7.CodeShareForbidden = true;
obj7.FlightNos = "FD1234";
obj7.OutboundTerminal = "T1/T2/T3";
obj7.StockRule = "20170910-20171010:10/20171012-20180910:10";
obj4.SalesRule= obj7;
FliggyFlightAgentAuxproductPushRequest.AuxRefundApiBeanDomain obj8 = new FliggyFlightAgentAuxproductPushRequest.AuxRefundApiBeanDomain();
obj8.CanRefundIndependent = false;
obj8.ModifyRule = "不可改签";
obj8.CanModify = false;
obj8.CanModifyIndependent = false;
obj8.CanRefund = false;
obj8.RefundRule = "不可退";
obj4.RefundRule= obj8;
obj4.ProductName = "25KG";
obj4.BasePrice = 8000L;
obj4.ProductType = 4L;
obj4.OuterId = "TGPEKBKK2017M6M70001";
FliggyFlightAgentAuxproductPushRequest.SeatApiBeanDomain obj9 = new FliggyFlightAgentAuxproductPushRequest.SeatApiBeanDomain();
obj9.SeatArea = 1L;
obj9.SeatRow = 1L;
obj4.Seat= obj9;
obj1.ProductItems= list3;
obj1.Cid = "ALITEST";
req.PushAuxProductsRq_ = obj1;
FliggyFlightAgentAuxproductPushResponse rsp = client.Execute(req, sessionKey);
Console.WriteLine(rsp.Body);
$c = new TopClient;
$c->appkey = $appkey;
$c->secretKey = $secret;
$req = new FliggyFlightAgentAuxproductPushRequest;
$push_aux_products_rq = new PushAuxProductsRq;
$push_aux_products_rq->channel_id="1074";
$push_aux_products_rq->agent_id="8888";
$product_items = new AuxProductItemApiBean;
$baggage = new BaggageApiBean;
$baggage->height="81";
$baggage->weight="20";
$baggage->width="119";
$baggage->pc="1";
$baggage->length="119";
$baggage->is_all_weight="true";
$product_items->baggage = $baggage;
$product_items->counter_price="12000";
$product_items->sale_type="1";
$service = new ServiceApiBean;
$service->service_time_type="2";
$service->service_content="托运行李额按航司规定";
$service->room_tip="T1航站楼贵宾厅";
$service->room="T1";
$service->service_time_end="0700";
$service->service_time_start="2300";
$product_items->service = $service;
$product_items->online_price="10000";
$sales_rule = new SalesRuleApiBean;
$sales_rule->cabin="Y/W";
$sales_rule->except_cabin_class="1";
$sales_rule->latest_buy_time="4";
$sales_rule->except_ods="PEKPVG/DMKYVR";
$sales_rule->travel_date_start="20170801";
$sales_rule->travel_date_end="20180801";
$sales_rule->earlist_buy_time="9000";
$sales_rule->cabin_class="2";
$sales_rule->except_airports="PVG";
$sales_rule->sale_date_end="20180801";
$sales_rule->receipt_type="1";
$sales_rule->stock_num="100";
$sales_rule->except_flight_nos="FD1234";
$sales_rule->ods="PEKPVG/DMKYVR";
$sales_rule->airline_codes="AK";
$sales_rule->except_cabin="Y";
$sales_rule->stock_type="2";
$sales_rule->airports="PEK/NAY";
$sales_rule->receipt_way="1";
$sales_rule->sale_date_start="20170801";
$sales_rule->except_airline_codes="FD";
$sales_rule->code_share_forbidden="true";
$sales_rule->flight_nos="FD1234";
$sales_rule->outbound_terminal="T1/T2/T3";
$sales_rule->stock_rule="20170910-20171010:10/20171012-20180910:10";
$product_items->sales_rule = $sales_rule;
$refund_rule = new AuxRefundApiBean;
$refund_rule->can_refund_independent="false";
$refund_rule->modify_rule="不可改签";
$refund_rule->can_modify="false";
$refund_rule->can_modify_independent="false";
$refund_rule->can_refund="false";
$refund_rule->refund_rule="不可退";
$product_items->refund_rule = $refund_rule;
$product_items->product_name="25KG";
$product_items->base_price="8000";
$product_items->product_type="4";
$product_items->outer_id="TGPEKBKK2017M6M70001";
$seat = new SeatApiBean;
$seat->seat_area="1";
$seat->seat_row="1";
$product_items->seat = $seat;
$push_aux_products_rq->product_items = $product_items;
$push_aux_products_rq->cid="ALITEST";
$req->setPushAuxProductsRq(json_encode($push_aux_products_rq));
$resp = $c->execute($req, $sessionKey);
curl -X POST 'http://gw.api.taobao.com/router/rest' \
-H 'Content-Type:application/x-www-form-urlencoded;charset=utf-8' \
-d 'app_key=12129701' \
-d 'format=json' \
-d 'method=taobao.fliggy.flight.agent.auxproduct.push' \
-d 'partner_id=apidoc' \
-d 'session=aee720b6-57f5-4b88-ad0a-8137589c561b' \
-d 'sign=62E6A6C882815AFAC64C0D93010BC497' \
-d 'sign_method=hmac' \
-d 'timestamp=2025-04-04+23%3A22%3A27' \
-d 'v=2.0' \
-d 'push_aux_products_rq=null'
# -*- coding: utf-8 -*-
import top.api
req=top.api.FliggyFlightAgentAuxproductPushRequest(url,port)
req.set_app_info(top.appinfo(appkey,secret))
req.push_aux_products_rq=""
try:
resp= req.getResponse(sessionkey)
print(resp)
except Exception,e:
print(e)
pTopRequest pRequest = alloc_top_request();
pTopResponse pResponse = NULL;
pTaobaoClient pClient = alloc_taobao_client(url, appkey, appsecret);
set_api_name(pRequest,"taobao.fliggy.flight.agent.auxproduct.push");
add_param(pRequest,"push_aux_products_rq","数据结构JSON示例");
pResponse = top_execute(pClient,pRequest,sessionKey);
printf("ret code:%d\n",pResponse->code);
if(pResponse->code == 0){
pTopResponseIterator ite = init_response_iterator(pResponse);
pResultItem pResultItem = alloc_result_item();
while(parseNext(ite, pResultItem) == 0){
printf("%s:%s\n",pResultItem->key,pResultItem->value);
}
destroy_response_iterator(ite);
destroy_result_item(pResultItem);
}
destroy_top_request(pRequest);
destroy_top_response(pResponse);
destroy_taobao_client(pClient);
TopClient = require('./topClient').TopClient;
var client = new TopClient({
'appkey': 'appkey',
'appsecret': 'secret',
'REST_URL': 'http://gw.api.taobao.com/router/rest'
});
client.execute('taobao.fliggy.flight.agent.auxproduct.push', {
'push_aux_products_rq':'数据结构JSON示例'
}, function(error, response) {
if (!error) console.log(response);
else console.log(error);
})