我的行程
GET
/api/reserve/journey
请求头
参数名
类型
描述
必填
token
string
用户登录后返回的token值
必填
请求参数
参数名
类型
描述
必填
page
int
页码(默认第1页)
必填
limit
int
限制返回条数(默认10)
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
time
string
示例:1625630147
必填
total_pages
int
总页数:1
必填
page
string
当前页:1
必填
id
int
记录id:5
必填
bycar_num
int
乘车人数:4
必填
createtime
string
预约时间:2021-07-06 19:31:47
必填
bycartime
object
乘车时间:null
必填