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

页面修改

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