简要描述:
- 首页地址
请求URL:
- index
请求方式:
- GET
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| — | – | – | – |
返回示例:
正确时返回:
{
"code": 0,
"data": [
{
"code_name": "m_banner",
"data": [
{
"path": "/backend/gallery/2022/05/30/16538802915006.png",
"image_width": "750",
"image_height": "302",
"link": "",
"link_type": "0",
"sort": "1"
}
]
},
{
"code_name": "m_nav",
"data": [
{
"path": "/backend/gallery/2022/05/27/16536351607733.png",
"link": "",
"link_type": "0",
"name": "",
"color": "",
"sort": "1"
}
]
},
{
"code_name": "m_tab_s1",
"data": [
{
"name": "两个",
"code": 0,
"goods": {
"list": [
{
"goods_id": "21597",
"sku_id": "21992",
"shop_id": "22",
"market_price": "无购买权限",
"user_discount": "0",
"act_id": 0,
"sales_model": "0",
"goods_image": "http://oss.azmbk.com/images/shop/3/gallery/2020/03/30/15855505357458.jpg?x-oss-process=image/resize,m_pad,limit_0,h_320,w_320",
"goods_name": "苯磺酸左氨氯地平片 2.5mg*7s*2板 吉林 高血压 慢性稳定性心绞痛 血管痉挛性心绞痛 经血管造影证实 冠心病",
"goods_number": "94",
"goods_status": "1",
"goods_mode": "0",
"is_best": "0",
"is_new": "0",
"is_hot": "0",
"act_type": null,
"tag_position": null,
"tag_image": "http://oss.azmbk.com/images/",
"show_price": "1",
"show_content": "",
"button_content": "",
"hd_categorys": null,
"hd_region": null,
"hd_is_special": "0",
"is_sync_restriction": "0",
"is_supply": "1",
"vip_discount": null,
"right_id": null,
"vip_refund": null,
"is_give": null,
"give_number": null,
"is_deduction": null,
"deduction_number": null,
"goods_price": "无购买权限",
"goods_status_text": "",
"prices": {
"is_original_price": true,
"price_type": "original_price",
"original_price": "0",
"activity_price": false,
"member_price": false,
"goods_price": "32.20",
"flag_type": "0.00",
"vip_price": false,
"vip_refund": "0.00",
"activity_enable": "0.00"
},
"price_type_vip": false,
"discount_inprice": "",
"type_id": 0,
"amount_return_text": "",
"type_text_name": "",
"buy_authority":0,
"price_show": {
"code": 0,
"content": "无购买权限"
},
"goods_price_format": "无购买权限",
"integral_label": "",
"sort": "1"
}
],
"page": {
"current_page": 1,
"total_page": 2
}
}
},
{
"name": "dis2",
"code": 1,
"goods": {
"list": [
{
"goods_id": "21596",
"sku_id": "21991",
"shop_id": "22",
"market_price": "无价格查看权",
"user_discount": "0",
"act_id": 0,
"sales_model": "0",
"goods_image": "http://oss.azmbk.com/images/shop/3/gallery/2020/06/15/15922110757556.jpg?x-oss-process=image/resize,m_pad,limit_0,h_320,w_320",
"goods_name": "红霉素软膏 1%*10g",
"goods_number": "984",
"goods_status": "1",
"goods_mode": "0",
"is_best": "0",
"is_new": "0",
"is_hot": "0",
"act_type": null,
"tag_position": null,
"tag_image": "http://oss.azmbk.com/images/",
"show_price": "1",
"show_content": "",
"button_content": "",
"hd_categorys": "170104",
"hd_region": null,
"hd_is_special": "1",
"is_sync_restriction": "1",
"is_supply": "1",
"vip_discount": null,
"right_id": null,
"vip_refund": null,
"is_give": null,
"give_number": null,
"is_deduction": null,
"deduction_number": null,
"goods_price": "无价格查看权",
"goods_status_text": "",
"prices": {
"is_original_price": true,
"price_type": "original_price",
"original_price": "0",
"activity_price": false,
"member_price": false,
"goods_price": "1.50",
"flag_type": "0.00",
"vip_price": false,
"vip_refund": "0.00",
"activity_enable": "0.00"
},
"price_type_vip": false,
"discount_inprice": "",
"type_id": 0,
"amount_return_text": "",
"type_text_name": "",
"price_show": {
"code": 0,
"content": "无价格查看权"
},
"goods_price_format": "无价格查看权",
"integral_label": "",
"sort": "1"
}
],
"page": {
"current_page": 1,
"total_page": 5
}
}
}
]
}
],
"message": ""
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| m_tab_s1.code | int | 当前模块的code |
| goods.list.buy_authority | int | 0 没有购买权限 1 有 |
| goods.page | arr | 分页信息 |
| m_banner | arr | banner图片 |
| m_nav | arr | 金刚区 |
| m_nav.link | string | 具体地址(类型不同值不同,0 是完整的地址,1 分类页面(一级二级),2是商品ID 5是分类ID 9是专题ID ) |
| m_nav.link_type | int | 0 自定义链接地址 1、页面地址(个人中心、首页等/user /index) 2、商品详情 5商品分类 9专题 |
简要描述:
- 底部商品分页
请求URL:
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| User-Agent | 是 | string | szyapp/android |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| page | 是 | int | 页码 1 2 3 4 |
| code | 是 | string | 首页接口中返回的code |
返回示例:
正确时返回:
{
"code": 0,
"data": {
"list": [
{
"goods_id": "21537",
"sku_id": "21895",
"shop_id": "22",
"market_price": "无价格查看权",
"user_discount": "0",
"act_id": 0,
"sales_model": "0",
"goods_image": "http://oss.azmbk.com/images/",
"goods_name": "维生素E软胶囊(双鲸)100毫克*60粒",
"goods_number": "0",
"goods_status": "1",
"goods_mode": "0",
"is_best": "0",
"is_new": "0",
"is_hot": "0",
"act_type": null,
"tag_position": null,
"tag_image": "http://oss.azmbk.com/images/",
"show_price": "1",
"show_content": "",
"button_content": "",
"hd_categorys": "170104",
"hd_region": null,
"hd_is_special": "1",
"is_sync_restriction": "1",
"is_supply": "1",
"vip_discount": null,
"right_id": null,
"vip_refund": null,
"is_give": null,
"give_number": null,
"is_deduction": null,
"deduction_number": null,
"goods_price": "无价格查看权",
"goods_status_text": "补货中",
"price_type_vip": false,
"discount_inprice": "",
"type_id": 0,
"amount_return_text": "",
"type_text_name": "",
"price_show": {
"code": 0,
"content": "无价格查看权"
},
"goods_price_format": "无价格查看权",
"integral_label": "",
"sort": "21"
}
],
"page": {
"current_page": 3,
"total_page": 5
}
},
"message": ""
}文档更新时间: 2024-10-22 17:19 作者:xieyuhua