Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
3f8cd590
Commit
3f8cd590
authored
Nov 17, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c17969ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
index.vue
src/components/index.vue
+13
-7
No files found.
src/components/index.vue
View file @
3f8cd590
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment