2.获取城市下可选车型及增值服务
POST
api_method:u-city-info
调用注意事项
编码
前端UI示例
系统级请求参数
参数名
类型
描述
必填
api_method
string
接口方法名。请传"u-city-info"
必填
api_version
string
接口版本号。请传固定值“1.0”
必填
app_key
string
开发者应用唯一app_key
必填
nonce_str
string
随机数,用户自定义,60s内不可重复使用,用于确保请求不可重复
必填
timestamp
number
unix时间戳(单位:秒),时间戳应为60s内的值,超过60s则超时
必填
signature
stirng
签名值
必填
应用级请求参数(api_data数据结构)
参数名
类型
描述
必填
city_id
number
城市ID,示例:1002
必填
响应参数
参数名
类型
描述
必填
ret
number
返回结果码
必填
msg
string
返回结果描述
必填
city_id
number
城市ID
必填
name
string
城市名称(中文)
必填
name_en
string
城市名称(英文)
必填
city_info_revision
number
城市版本号
必填
order_vehicle_id
number
车型ID
必填
vehicle_name
string
车型名称, 示例:⼩⾯包⻋
必填
img_url_high_light
string
车型图片, 示例:https://ops2.huolala.cn/rs/dist/image
必填
vehicle_volume
string
车型体积, 示例:2.8⽅
必填
vehicle_weight
string
车型载重,示例:500公⽄
必填
vehicle_size
string
车型尺寸,示例:2.1*1.7*1.6
必填
text_desc
string
车型说明,示例:上货、卸货免费等候时⻓总共为40分钟,过后每10分钟加收5元
必填