add alipayplus params

master
yixian 4 years ago
parent 7fa1daad92
commit a0566ce3f3

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

Loading…
Cancel
Save