Commit 30c416ce authored by 沈良进's avatar 沈良进

页面修改

parent c516ba8a
......@@ -1917,45 +1917,23 @@
}
},
testApi() {
// var postMsg = {};
// var cmd = "";
// cmd = "AirTicket_get_GetTicketProduct";
// postMsg = {
// StartDate: "2023-09-28", //开始日期
// EndDate: "2023-12-31", //结束日期
// DepartCityId: 343, //出发城市(西安)
// ArriveCityId: 653, //到达城市(东京)
// AirLineID: 0, //航空公司编号
// TicketType: 0, //类型(1-单程,2-往返)
// }
// // cmd = "sellorder_post_SetOrderInfoForAirTicket";
// // postMsg = {
// // OrderId: 0, //新增传0
// // AirticketId:0,//选中的机票编号
// // TCID: 18024, //团期编号
// // CustomerId: 23435, //同行Id(461671400@qq.com)
// // ManNum: 1,//成人
// // BabyNum: 1,//婴儿
// // GuestNum: 2,//总人数
// // YSeatNum: 1, //经济舱
// // FSeatNum: 0, //头等舱
// // ESeatNum: 0, //商务舱
// // OrderSource: 5, //小程序
// // Unit_Price: 3580, //单价
// // PreferPrice: 7160, //应收
// // GuestList: [{
// // SurName: "HK",
// // IdCard: "IdCard",
// // MobilePhone: "13551126755",
// // }],
// // PlaceOrderFrom:1,//下单平台
// // };
// this.apipost(
// cmd, postMsg,
// res => {
// console.log("testApi", res);
// }
// );
var postMsg = {};
var cmd = "";
cmd = "AirTicket_get_GetTicketProduct";
postMsg = {
StartDate: "2023-09-28", //开始日期
EndDate: "2023-12-31", //结束日期
DepartCityId: 343, //出发城市(西安)
ArriveCityId: 653, //到达城市(东京)
AirLineID: 0, //航空公司编号
TicketType: 0, //类型(1-单程,2-往返)
}
this.apipost(
cmd, postMsg,
res => {
console.log("testApi", res);
}
);
},
//测试方法
testEmp() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment