Commit 94aff0df authored by captainwong's avatar captainwong

gprs

parent 624976b3
......@@ -154,13 +154,13 @@
|事件码类型|主机类型|防区|有线防区|SMS|内核|网络|在售型号|
|---------|-------|----|-------|---|----|----|-------|
|1707 我是网络模块|3 网络模块+工程主机|1~999|1~8||jjf|wzq|<ul><li>HB-G250</li></ul>|
1717 我是GPRS主机|4 GPRS主机|1~99||Yes|wzq|qfm|<ul><li>HB-4040G</li><li>HB-5050G</li><li>HB-5050G-4G</li></ul>|
|1717 我是GPRS主机|4 GPRS主机|1~99||Yes|wzq|qfm|<ul><li>HB-4040G</li><li>HB-5050G</li><li>HB-5050G-4G</li></ul>|
|1727 我是液晶主机|5 液晶主机|1~249||Yes|jjf|qfm|<ul><li>HB-BJQ560</li><li>HB-BJQ560B</li></ul>|
|1737 我是网线主机|6 网线主机|1~99|||wzq|wzq|<ul><li>HB-4040R</li><li>HB-5050R</li></ul>|
|1757 我是三区段主机|8 三区段主机|1~191|61~68|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>|
|1767 我是物联卡主机|9 物联卡主机|1~99|||jjf|qfm|<ul><li>HB-5050G-4GW</li></ul>|
|1767 我是物联卡主机|9 物联卡主机|1~99|||jjf|qfm|<ul></ul>|
|1777 我是真彩主机|7 真彩主机|1~68|1~8|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>|
|1787 我是简化版物联卡主机|2 简化的物联卡主机|1~68|||wzq|qfm|<ul><li>HB-5050G</li><li>HB-5050G-4G</li></ul>|
|1787 我是简化版物联卡主机|2 简化的物联卡主机|1~68|||wzq|qfm|<ul><li>HB-5050G-4G</li></ul>|
|1797 我是GPRS主机能打电话|10 GPRS主机能打电话|1~60||Yes|jjf|qfm|<ul><li>HB-2050</li></ul>|
......@@ -169,12 +169,10 @@
|型号|示例图片|
|---|--------|
|HB-2050|<img alt="HB-2050" src="./主机类型/smartresize/HB-2050-web.png" style="max-height:80px" />|
|HB-2050-4G|<img alt="HB-2050-4G" src="./主机类型/smartresize/HB-2050-4G-web.png" style="max-height:80px" />|
|HB-4040G|<img alt="HB-4040G" src="./主机类型/smartresize/HB-4040G-web.png" style="max-height:80px" />|
|HB-4040R|<img alt="HB-4040R" src="./主机类型/smartresize/HB-4040R-web.png" style="max-height:80px" />|
|HB-5050G|<img alt="HB-5050G" src="./主机类型/smartresize/HB-5050G-web.png" style="max-height:80px" />|
|HB-5050G-4G|<img alt="HB-5050G-4G" src="./主机类型/smartresize/HB-5050G-4G-web.png" style="max-height:80px" />|
|HB-5050G-4GW|<img alt="HB-5050G-4GW" src="./主机类型/smartresize/HB-5050G-4GW-web.png" style="max-height:80px" />|
|HB-5050R|<img alt="HB-5050R" src="./主机类型/smartresize/HB-5050R-web.png" style="max-height:80px" />|
|HB-BJQ560|<img alt="HB-BJQ560" src="./主机类型/smartresize/HB-BJQ560-web.png" style="max-height:80px" />|
|HB-BJQ560B|<img alt="HB-BJQ560B" src="./主机类型/smartresize/HB-BJQ560B-web.png" style="max-height:80px" />|
......
......@@ -172,7 +172,7 @@ std::vector<std::string> get_machine_brands(MachineType t)
case hb::common::WiFi:
case hb::common::Camera: return {};
case hb::common::Gprs_IoT: return { "HB-5050G", "HB-5050G-4G" };
case hb::common::Gprs_IoT: return { "HB-5050G-4G", };
case hb::common::NetMod: return { "HB-G250" };
......@@ -186,7 +186,7 @@ std::vector<std::string> get_machine_brands(MachineType t)
case hb::common::ThreeSection:return { "HB-G1000", "HB-G1000-4G" };
case hb::common::IoT: return { "HB-5050G-4GW" };
case hb::common::IoT: return { "HB-2050G-4GW" };
case hb::common::Gprs_Phone: return { "HB-2050" };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment