1.获取已开通城市列表
POST
api_method:u-city-list
接口描述
可获取货拉拉C端业务(货运)所有开通的城市列表信息
服务入口
调用注意事项
编码
前端UI界面示例
系统级请求参数
参数名
类型
描述
必填
api_method
string
接口方法。
必填
api_version
string
接口版本号,固定值:1.0
必填
app_key
string
应用唯一app_key
必填
access_token
string
货拉拉账户授权访问令牌
必填
nonce_str
string
随机数,用户自定义,60s内不可重复使用,用于确保请求不可重复
必填
timestamp
number
unix时间戳(单位:秒),时间戳应为60s内的值,超过60s则超时
必填
signature
string
签名值
必填
响应参数
参数名
类型
描述
必填
ret
int
示例:0
必填
msg
string
示例:
必填
expire
long
城市信息缓存刷新时间(unix时间戳,单位秒),示例:1585204992
必填