add alipayplus params

master
yixian 4 years ago
parent 7fa1daad92
commit a0566ce3f3

@ -61,6 +61,7 @@ orderBasic:
departure_time: departure_time:
type: string type: string
format: date-time format: date-time
example: '202103011203'
pattern: yyyyMMddHHmm pattern: yyyyMMddHHmm
description: 起飞时间(当地时区) description: 起飞时间(当地时区)
hotels: hotels:
@ -75,11 +76,13 @@ orderBasic:
check_in_time: check_in_time:
type: string type: string
format: date format: date
example: '20210301'
pattern: yyyyMMdd pattern: yyyyMMdd
description: 入住日期 description: 入住日期
check_out_time: check_out_time:
type: string type: string
format: date format: date
example: '20210302'
pattern: yyyyMMdd pattern: yyyyMMdd
description: 离店日期 description: 离店日期
schools: schools:

Loading…
Cancel
Save