Commit 1a00973d authored by youjie's avatar youjie

no message

parent 0230bf83
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
...@@ -801,7 +801,7 @@ export default { ...@@ -801,7 +801,7 @@ export default {
ticketcr: '成人票', ticketcr: '成人票',
ticketxs: '學生票', ticketxs: '學生票',
ticketjt: '家庭套票(2大1小)', ticketjt: '家庭套票(2大1小)',
load:'加載失敗', load:'圖片加載失敗',
showtt:{ showtt:{
t1:'共', t1:'共',
t2:'種票型' t2:'種票型'
......
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