注册
1232
  1. 机型类接口
  2. 机型详情查询

1)由平台提供,开发者可查询某机型的详细信息

2)URL地址:https://public.zjuhe.cn/api/to_model_detailed_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_detailed_query', 'POST',$date);

 

5)返回结果

 

变量名

必填

说明

code

状态码,200为正常,其他均为不正常(1024)

msg

成功或者失败的说明(例:查询成功 /查询失败)

data

该接口返回具体的数值

type_id

机型ID(例:20001)

unit_type

机型名称(例:办公室测试机)

goods_id

柜子类型ID

add_time

添加时间

chest_id

柜子ID

merchant

商户名称(例:智聚合)