Commit 3f8cd590 authored by 黄奎's avatar 黄奎

页面修改

parent c17969ed
......@@ -2074,14 +2074,20 @@
testApi() {
var postMsg = {};
var cmd = "";
cmd = "AirTicket_get_GetTicketProduct";
cmd = "triptemplate_SetTripTemplate";
postMsg = {
StartDate: "2023-09-28", //开始日期
EndDate: "2023-12-31", //结束日期
DepartCityId: 343, //出发城市(西安)
ArriveCityId: 653, //到达城市(东京)
AirLineID: 0, //航空公司编号
TicketType: 0, //类型(1-单程,2-往返)
TempId:0,
LineId:0,
LtId:0,
Title:"测试",
TempData:"JSON",
CoverImg:"封面图",
CountryName:"国家",
SeasonName:"季节",
ColorName:"颜色名称",
ColorStr:"颜色值",
LineName:"线路名称",
TempType:1,//类型
}
this.apipost(
cmd, postMsg,
......
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