注册
1232
  1. 商品摆放类接口
  2. 机型查询

1)由平台提供,开发者可查询某设备商品摆放详情信息

2)URL地址:https://public.zjuhe.cn/api/sc_type_details_query

3)请求参数

  

变量名

必填

类型

说明

encoding

String(128)

专属编码(例:sc20190924125636,平台方提供开发者访问的标识码

APPID

String(128)

公众号ID(例:wx68727as88872t97),微信公众号专属标识

type_id

Int(10)

机型ID(例:20001

type_name  

String(128)

机型名称(例:测试

4)举例如下:

$ date =[

  encoding=> ‘sc20190924125636,

  APPID => ‘wx68727as88872t97’,

  type_id =>20001

    type_name=>测试

];

$result = get_http_content('https://public.zjuhe.cn/api/sc_type_details_query', 'POST',$date);

5)返回结果

变量名

必填

类型

说明

encoding

String(128)

专属编码(例:sc20190924125636,平台方提供开发者访问的标识码

type_id

int(10)

机型ID(例:20001

type_name

String(128)

机型名称(例:测试

chest_id

int(10)

柜门编号(例:1)

goods_id

Int(10)

商品ID(例:1188

goods_name

String(128)

商品名称(例:农家小炒肉

type

Int(2)

柜门状态(0:开启  1:关闭)