Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
罗超
bigwood
Commits
1a00973d
Commit
1a00973d
authored
Jan 09, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0230bf83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
ticket.ts
src/api/ticket.ts
+19
-0
index.ts
src/i18n/zh-TW/index.ts
+1
-1
No files found.
src/api/ticket.ts
0 → 100644
View file @
1a00973d
import
{
HttpResponse
}
from
'../@types'
import
request
from
'./request'
class
TicketService
{
// 提交訂單
static
async
setTicketOrder
(
param
:
any
):
Promise
<
HttpResponse
>
{
return
request
(
'ticket_post_SetSaleTicketOrder'
,
param
)
}
// 门票详情
static
async
getTicketInfo
(
param
:
any
):
Promise
<
HttpResponse
>
{
return
request
(
'ticket_post_GetTicketCouponsInfo'
,
param
)
}
// 门票列表
static
async
getTicketList
(
param
:
any
):
Promise
<
HttpResponse
>
{
return
request
(
'ticket_post_GetTicketCouponsPageList'
,
param
)
}
}
export
default
TicketService
src/i18n/zh-TW/index.ts
View file @
1a00973d
...
...
@@ -801,7 +801,7 @@ export default {
ticketcr
:
'成人票'
,
ticketxs
:
'學生票'
,
ticketjt
:
'家庭套票(2大1小)'
,
load
:
'加載失敗'
,
load
:
'
圖片
加載失敗'
,
showtt
:{
t1
:
'共'
,
t2
:
'種票型'
...
...
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