文档
测试
POST
http://yun-pay.hs499.com/app/fuel/index

接口描述

优惠加油首页

请求参数

参数名
类型
描述
必填
user_id
String
当前登录用户id 示例:1c1fa12253494122b181508baf39671a
必填
lon
String
经度,例如:112.946195
必填
lat
String
纬度,例如:28.345425
必填
oil_code
String
油号: 92# ,95# ,98# ,0# 默认92#
必填
station_type
int
//品牌:0-全部, 1-中石油, 2-中石化,3-壳牌,4-其他 默认0
必填
sort_type
int
排序:1-距离优先,2-价格优先 默认1
必填
page
int
页数,默认1
必填
limit
int
条数,默认4
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
top_banner_list
list
轮播图列表
必填
img_path
string
轮播图地址
必填
discount_user_list
list<string>
中部滚动展示-优惠用户,例如:某某用户134***节省了多少元,...
必填
country_price_list
list<string>
中部滚动展示 -国标价,例如:0# 5.41元/L ,...
必填
station_list
list
油站列表
必填
img_path
String
油站小图
必填
station_name
String
油站名称
必填
location
String
油站地址
必填
distance
decimal
距离
必填
station_price
decimal
价格
必填
tip
String
优惠提示
必填
oil_id
String
油号id
必填
station_source
String
油站来源
必填
station_id
String
油站ID
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "discount_user_list": [], "country_price_list": [ "0# 5.41元/L" ], "top_banner_list": [ { "img_path": "upload//202008/1598269828473.png", "remark": "", "id": "858f3908a9ee49fd853b722c9a4c269d", "sort": 9, "type": 27, "oem_id": "5988" } ], "station_list": [ { "station_name": "和顺石油(汇通站)", "station_pic": "https://static.czb365.com/1557124159945.jpg?x-oss-process=image/resize,m_lfit,h_200,w_200/format,png", "distance": 7.2, "station_id": "HS000003232", "station_source": "2", "station_price": 5.5, "location": "普瑞大道驾考中心旁", "tip": "加200减6.49", "oil_id": "92" }, { "station_name": "和顺石油(滨水站)", "station_pic": "https://static.czb365.com/1571618874653.jpg?x-oss-process=image/resize,m_lfit,h_200,w_200/format,png", "distance": 7.4, "station_id": "BS000007581", "station_source": "2", "station_price": 5.5, "location": "湖南省长沙市望城区月亮岛街道潇湘北路二段8号", "tip": "加200减6.49", "oil_id": "92" }, { "station_name": "和顺石油(同心站)", "station_pic": "https://static.czb365.com/1569408208175.jpg?x-oss-process=image/resize,m_lfit,h_200,w_200/format,png", "distance": 11.5, "station_id": "HS000006637", "station_source": "2", "station_price": 5.5, "location": "湖南省望城经济开发区铜官循环经济工业基地内", "tip": "加200减6.49", "oil_id": "92" }, { "station_name": "和顺石油(杨家湾站)", "station_pic": "https://static.czb365.com/1557123878024.jpg?x-oss-process=image/resize,m_lfit,h_200,w_200/format,png", "distance": 11.7, "station_id": "HS000003230", "station_source": "2", "station_price": 5.5, "location": "望城经济技术开发区望城大道238", "tip": "加200减6.49", "oil_id": "92" } ] } }