Home - 快递 登录  
最后修改者: admin  2025-03-25 21:49:13 

首页轮播

编号  :  3

POST - https://backend.tevboocnon.xyz/api/logistics/productAd
请求参数
参数名 参数类型 必传 缺省值 描述
page int Y
页码
pagesize int Y
每页展示数量
返回值
{
    "code": 1,
    "msg": "查询成功",
    "time": "1742910496",
    "data": {
        "total": 2,
        "rows": [
            {
                "id": 1,
                "code": "1",
                "product_id": 1,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "name": "轮播1",
                "sort": 1,
                "createtime": null
            },
            {
                "id": 2,
                "code": "1",
                "product_id": 1,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "name": "轮播2",
                "sort": 2,
                "createtime": null
            }
        ]
    }
}
最后修改者: admin  2025-03-26 23:57:03 

商品详情

编号  :  3

POST - https://backend.tevboocnon.xyz/api/logistics/productDetail
请求参数
参数名 参数类型 必传 缺省值 描述
product_id int Y
商品id传列表接口中的product_id
language_code string Y
返回值
{
    "code": 1,
    "msg": "查询成功",
    "time": "1742909570",
    "data": {
        "id": 1,
        "title": "测试",
        "code": "sku202503252122402388",
        "language_code": "zh",
        "language_name": "中文",
        "description": "副标题",
        "ingredient": "商品成分",
        "effect": "商品功效",
        "description_web": null,
        "createtime": "2025-03-25 21:22:40",
        "images": [
            {
                "id": 1,
                "code": "sku202503252122402388",
                "product_id": null,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "type": 1,
                "sort": 0,
                "createtime": "0000-00-00 00:00:00"
            },
            {
                "id": 2,
                "code": "sku202503252122402388",
                "product_id": null,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "type": 2,
                "sort": 0,
                "createtime": null
            },
            {
                "id": 3,
                "code": "sku202503252122402388",
                "product_id": null,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "type": 3,
                "sort": 0,
                "createtime": null
            },
            {
                "id": 4,
                "code": "sku202503252122402388",
                "product_id": null,
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "type": 4,
                "sort": 0,
                "createtime": null
            }
        ],
        "product_method": [
            {
                "id": 1,
                "product_id": 1,
                "name": "步骤1",
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "sort": 1,
                "language_code": "",
                "language_name": "",
                "createtime": null
            },
            {
                "id": 2,
                "product_id": 1,
                "name": "步骤2",
                "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                "sort": 2,
                "language_code": "",
                "language_name": "",
                "createtime": null
            }
        ],
        "spec_type": [
            {
                "id": 1,
                "product_id": 1,
                "name": "规格1",
                "language_code": "zh",
                "language_name": "中文",
                "createtime": "0000-00-00 00:00:00"
            },
            {
                "id": 2,
                "product_id": 1,
                "name": "规格2",
                "language_code": "zh",
                "language_name": "中文",
                "createtime": "0000-00-00 00:00:00"
            },
            {
                "id": 75,
                "product_id": 1,
                "name": "规格3",
                "language_code": "zh",
                "language_name": "中文",
                "createtime": "0000-00-00 00:00:00"
            }
        ]
    }
}
备注
images.type  1 主图 2产品详情图 3成分图 4功效图
product_method 步骤
spec_type 规格
最后修改者: admin  2025-03-25 21:37:45 

商品列表

编号  :  2

POST - https://backend.tevboocnon.xyz/api/logistics/productList
请求参数
参数名 参数类型 必传 缺省值 描述
page int Y
页码
pagesize int Y
每页展示数量
language_code string Y
zh 中文
en 英文
kor 韩语
ru 俄语
spa 西班牙语
fra 法语
ara 阿拉伯语‌
de 德语
pt 葡萄牙语‌
jp 日语‌
tr 土耳其语
per 波斯语
返回值
{
    "code": 1,
    "msg": "查询成功",
    "time": "1742909855",
    "data": {
        "total": 1,
        "rows": [
            {
                "id": 1,
                "title": "测试",
                "code": "sku202503252122402388",
                "language_code": "zh",
                "language_name": "中文",
                "description": "副标题",
                "ingredient": "商品成分",
                "effect": "商品功效",
                "description_web": null,
                "createtime": "2025-03-25 21:22:40",
                "images": [
                    {
                        "id": 1,
                        "code": "sku202503252122402388",
                        "product_id": null,
                        "url": "/uploads/20250323/c3b018a491918adc1757799bebbda1d5.png",
                        "type": 1,
                        "sort": 0,
                        "createtime": "0000-00-00 00:00:00"
                    }
                ]
            }
        ]
    }
}
最后修改者: admin  2025-03-05 20:18:21 

物流信息列表

编号  :  logisticsList

POST - https://backend.tevboocnon.xyz/api/logistics/logisticsList
请求参数
参数名 参数类型 必传 缺省值 描述
language_code string Y
zh 中文
en 英文
kor 韩语
ru 俄语
spa 西班牙语
fra 法语
ara 阿拉伯语‌
de 德语
pt 葡萄牙语‌
jp 日语‌
tr 土耳其语
per 波斯语
page int N
页码
pagesize int N
每页展示数量
tracking_number string N
物流单号
返回值
{
    "code": 1,
    "msg": "查询成功",
    "time": "1741160821",
    "data": {
        "total": 1,
        "rows": [
            {
                "id": 14,
                "express_id": 41,
                "tracking_number": "EXP20250305144310106",
                "start_time": "2025-03-05 14:42:53",
                "end_time": "2025-03-05 14:42:53",
                "language_code": "zh",
                "start_address": "俄罗斯",
                "end_address": "美国",
                "waypoint_infos": [
                    {
                        "id": 19,
                        "express_id": 41,
                        "waypoint_id": 8,
                        "point_time": "2025-03-05 14:43:26",
                        "language_code": "zh",
                        "address": "仓库已发货",
                        "sort": 0
                    },
                    {
                        "id": 24,
                        "express_id": 41,
                        "waypoint_id": 9,
                        "point_time": "2025-03-05 14:43:47",
                        "language_code": "zh",
                        "address": "快递已到达俄罗斯海关",
                        "sort": 0
                    },
                    {
                        "id": 29,
                        "express_id": 41,
                        "waypoint_id": 10,
                        "point_time": "2025-03-05 14:44:14",
                        "language_code": "zh",
                        "address": "快递已经由船托运",
                        "sort": 0
                    }
                ]
            }
        ]
    }
}
备注
data.rows.tracking_number 物流单号
data.rows.start_address 起始点
data.rows.end_address 终点
data.rows.start_time 起始点时间
data.rows.end_time 终点时间
data.rows.waypoint_infos 中途点信息
data.rows.waypoint_infos.point_time 中途点时间
data.rows.waypoint_infos.address 中途点地址