1)由平台提供,开发者可查询某机型的信息
2)URL地址:https://public.zjuhe.cn/api/to_model_query
3)请求参数
变量名  | 必填  | 类型  | 说明  | 
encoding  | 是  | String(16)  | 专属编码(例:zng1458789541258),双方交互专属编码  | 
APPID  | 是  | String(20)  | 公众号ID(例:wx158fs586sad658s),微信公众号专属标识  | 
merchant  | 是  | String(128)  | 商户名称(例:智聚合)  | 
unit_type  | 否  | String(128)  | 机型名称(例:办公室测试机)  | 
4)举例如下:
$date=[
'encoding' =>'zng1458789541258',
'APPID' =>'wx158fs586sad658s',
'merchant'=>'智聚合',
'unit_type'=>'办公室测试机'
];
$result = get_http_content('https://public.zjuhe.cn/api/to_model_query', 'POST',$date);
5)返回结果
变量名  | 必填  | 说明  | 
code  | 是  | 状态码,200为正常,其他均为不正常(1024)  | 
msg  | 是  | 成功或者失败的说明(例:查询成功 /查询失败)  | 
data  | 是  | 该接口返回具体的数值  | 
type_id  | 是  | 机型ID(例:20001)  | 
unit_type  | 是  | 机型名称(例:办公室测试机)  | 
chest_number  | 是  | 柜子数量  | 
merchant  | 是  | 商户名称(例:智聚合)  |