Commit e8c481bd authored by youjie's avatar youjie

no message

parent 29d956b0
...@@ -5,6 +5,10 @@ import request from './request' ...@@ -5,6 +5,10 @@ import request from './request'
class HotelService { class HotelService {
//获取相似数据
static async GetHotelHotelBooking(param:any): Promise<HttpResponse> {
return request('dmc_post_Get_GetJAPAN_HotelBooking', param)
}
//获取相似数据 //获取相似数据
static async GetHotelRoomsList(param:any): Promise<HttpResponse> { static async GetHotelRoomsList(param:any): Promise<HttpResponse> {
return request('dmc_post_Get_GetJAPAN_RoomsList', param) return request('dmc_post_Get_GetJAPAN_RoomsList', param)
......
...@@ -717,7 +717,7 @@ export default { ...@@ -717,7 +717,7 @@ export default {
week4: '周四', week4: '周四',
week5: '周五', week5: '周五',
week6: '周六', week6: '周六',
week7: '星期天', week7: '周日',
zhiqian: '之前', zhiqian: '之前',
zhihou: '之后', zhihou: '之后',
fangjianshuliang: '房间数量', fangjianshuliang: '房间数量',
......
This diff is collapsed.
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