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

接口描述

本地生活首页

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
lng
String
经度
必填
lat
String
纬度
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
top_banner_list
list
顶部广告图
必填
img_path
string
图片地址
必填
method_name
string
跳转方法名
必填
is_can_link
int
是否可点击
必填
middle_banner_list
list
中间广告图
必填
img_path
string
图片地址
必填
method_name
string
跳转方法名
必填
is_can_link
int
是否可点击
必填
hot_merchant_list
list
热门推荐店铺列表
必填
id
string
商家ID
必填
store_photo
string
店铺图片
必填
store_name
string
店铺名称
必填
store_address
string
店铺位置
必填
detail_address
string
详细地址
必填
business_begin_hour
string
营业开始时间
必填
business_end_hour
string
营业结束时间
必填
show_tag
string
展示标签
必填
distance
string
距离
必填
store_type_list
list
店铺分类
必填
id
string
分类ID
必填
type_name
string
分类名称
必填
is_settle_in
int
是否入驻 0:未入驻 1:已入驻
必填
min_score_deduct_percent
decimal
最低积分抵扣比例
必填
max_score_deduct_percent
decimal
最高积分抵扣比例
必填
min_buy_given_profit
decimal
最低返佣比例
必填
max_buy_given_profit
decimal
最高返佣比例
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "is_settle_in": 0, "min_score_deduct_percent": 5, "hot_merchant_list": [ { "business_begin_hour": "09:00", "distance": "0.00m", "detail_address": "德思勤b6", "store_photo": "1622875031068.jpg", "business_end_hour": "23:00", "store_name": "汉堡王", "store_address": "湖南省长沙市雨花区", "id": "043c7283dd3f4e7482f3298a98346e24", "show_tag": "不可用积分抵扣,享受店铺优惠", "store_photos": "1622875031068.jpg,1622875101813.jpg" }, { "business_begin_hour": "08:00", "distance": "0.00m", "detail_address": "德思勤b5", "store_photo": "1622875031068.jpg", "business_end_hour": "23:00", "store_name": "鸡婆店", "store_address": "湖南省长沙市雨花区", "id": "0cc6f7298e7746309bb49c709447ec14", "show_tag": "不可用积分抵扣,享受店铺优惠", "store_photos": "1622875031068.jpg,1622875101813.jpg" }, { "business_begin_hour": "09:00", "distance": "0.00m", "detail_address": "德思勤b6", "store_photo": "1622875031068.jpg", "business_end_hour": "23:00", "store_name": "鸭店", "store_address": "湖南省长沙市雨花区", "id": "3cd0e201b4894574b85334d19982bc06", "show_tag": "不可用积分抵扣,享受店铺优惠", "store_photos": "1622875031068.jpg,1622875101813.jpg" } ], "max_buy_given_profit": 20, "middle_banner_list": [ { "h5_url": "", "img_path": "http://yun-pay.hs499.com/upload//202106/1214456.png", "method_name": "", "is_can_link": 0, "is_h5": 0 } ], "max_score_deduct_percent": 30, "min_buy_given_profit": 3, "top_banner_list": [ { "h5_url": "", "img_path": "http://yun-pay.hs499.com/upload//202106/1622798484772.png", "method_name": "merchant_detail", "is_can_link": 1, "is_h5": 0 }, { "h5_url": "", "img_path": "http://yun-pay.hs499.com/upload//202106/1622798931758.png", "method_name": "product_detail", "is_can_link": 1, "is_h5": 0 } ], "store_type_list": [ { "type_name": "中餐", "img_path": "", "type_kind": 4, "id": "f8f158c84abc4e20a053be69eef03c50", "sort": 1, "is_show": 1, "oem_id": "5988" }, { "type_name": "西餐", "img_path": "", "type_kind": 4, "id": "709c7e73dc704b699ac68c7f0c6c5156", "sort": 2, "is_show": 1, "oem_id": "5988" }, { "type_name": "火锅", "img_path": "", "type_kind": 4, "id": "4844bc045d3e46d89b5950cfceb5e479", "sort": 3, "is_show": 1, "oem_id": "5988" }, { "type_name": "烤肉", "img_path": "", "type_kind": 4, "id": "c206a40677be4ac9aab2a3c6dde826b8", "sort": 4, "is_show": 1, "oem_id": "5988" }, { "type_name": "烧烤", "img_path": "", "type_kind": 4, "id": "223c8ded383f4b5cbf4bce3d4c8a254d", "sort": 5, "is_show": 1, "oem_id": "5988" } ] } }