Mikrotik产品信息查询接口

用途:获取Mikrotik产品信息

路径:https://rosz.cn/mtk/[ProductName]

示例:https://rosz.cn/mtk/4011

传入参数:

ProductName:产品型号关键字,支持模糊搜索

返回参数:

DeviceModel:产品型号

BoardName:主板型号

ProductGroup:产品类别

ImgUrl:产品图片

ProductUrl:产品链接

Price:价格(美元)

Description:产品简介

返回示例:

[
    {
        "DeviceModel": "RB4011iGS+RM",
        "BoardName": "rb4011igs+rm",
        "ProductGroup": "有线路由",
        "ImgUrl": "https://cdn.mikrotik.com/web-assets/rb_images/1633_m.png",
        "ProductUrl": "https://mikrotik.com/product/rb4011igs_rm",
        "Price": 219,
        "Description": "Powerful 10xGigabit port router with a Quad-core 1.4Ghz CPU, 1GB RAM, SFP+ 10Gbps cage and desktop case with rack ears"
    },
    {
        "DeviceModel": "RB4011iGS+5HacQ2HnD-IN",
        "BoardName": "rb4011igs+5hacq2hnd-in",
        "ProductGroup": "家用及商用无线设备",
        "ImgUrl": "https://cdn.mikrotik.com/web-assets/rb_images/1630_m.png",
        "ProductUrl": "https://mikrotik.com/product/rb4011igs_5hacq2hnd_in",
        "Price": 275,
        "Description": "Powerful 10xGigabit port router with a Quad-core 1.4Ghz CPU, 1GB RAM, SFP+ 10Gbps cage, dual band 2.4GHz / 5GHz 4x4 MIMO 802.11a/b/g/n/ac wireless and desktop case"
    },
    {
        "DeviceModel": "WMK4011",
        "BoardName": "rb4011 wall mount kit",
        "ProductGroup": "配件",
        "ImgUrl": "https://cdn.mikrotik.com/web-assets/rb_images/1721_m.png",
        "ProductUrl": "https://mikrotik.com/product/rb4011_wall_mount_kit",
        "Price": 12,
        "Description": "A simple solution for mounting the RB4011 in public locations to avoid accidental unplugging of cables."
    }
]