简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-01-19 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 固定值 movingandrunning |
type | 是 | string | 固定值 1 |
distance | 是 | string | 距离,单位公里,例如:10 |
car_type | 是 | string | 车类型【1=小面包车, 2=中面包车,3=小货车 ,4=中货车】 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"all": {
"module": "movingandrunning",
"type": "1",
"distance": 23,
"car_type": "1"
},
"json": {
"min_distance": 5,
"distance": 23,
"price": 30,
"fee": 54,
"last_price": 84
}
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
all | int | 请求参数 |
json.min_distance | int | 起步距离 |
json.distance | int | 实际距离 |
json.price | int | 起步价 |
json.fee | int | 超出价 |
json.last_price | int | 最后价格,用户支付的价格 |
备注:
- 无
作者:admin 创建时间:2021-01-19 17:53
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40