文档
测试

ws连接

POST
wss://test.ssib.gzncloud.com/websocket/ssib/replenish

接口描述

补货小程序ws连接

请求参数

参数名
类型
描述
必填
deviceNo
Integer
设备编号
必填
token
String
令牌,开门补货接口返回的令牌
必填

响应参数

参数名
类型
描述
必填
msg
String
必填
success
String
状态结果:“true”/ “false”
必填
code
int
错误码 0成功 ,其他失败
必填
data
String
补货数据列表
必填
recordId
Integer
补货数据id
必填
data
ArrayList
货柜商品补货清单
必填
id
Integer
商品id
必填
name
String
商品名称
必填
aisleNo
String
货道编号
必填
isBulk
String
称重 1 单位 元/斤 * 计件 0 单位 元/件
必填
thumbImage
String
商品图片路径
必填
storage
Integer
商品数量库存
必填
removeQuantity
Integer
撤货数量
必填
removeQuantityRevise
Integer
撤货数量修正
必填
addQuantity
Integer
补货数量
必填
addQuantityRevise
Integer
补货数量修正
必填
cabinetNo
Integer
货柜编号
必填
salePrice
BigDecimal
销售价
必填
costPrice
BigDecimal
成本价
必填
type
String
type(door:开门,final:补货购物最终列表,failure:失败)表示门的状态。设备会自动推送每次不同的结果
必填

说明 / 示例

wss://test.ssib.gzncloud.com/websocket/ssib/replenish?deviceNo=181200005&token=XXXXX **开门成功返回:** |msg|success|type| |-|-|-| |"开门成功,请补货"|true|"door"| **开门失败返回:** |msg|success|type| |-|-|-| |"网络不畅,请稍后再试"|false|"door"| **开门无补货** |data|type| |-|-| |"list":[]|"final"| **失败返回有**: //告诉补货端创建连接失败,让其主动断开连接 |msg|success|type| |-|-|-| |"操作失败"|false|"failure"| |"有人正在购物"|false|"failure"| |"该设备已处于补货状态"|false|"failure"| **final状态** |data|type| |-|-| |data|"final"| **final状态实例** { "data": { "recordId": 33116, "list": [{ "addQuantity": 13, "addQuantityRevise": 13, "aisleNo": 101, "cabinetNo": 1, "costPrice": 3.10000, "id": 3297, "isBulk": "0", "name": "阿莎姆奶茶", "removeQuantity": 0, "removeQuantityRevise": 0, "salePrice": 6.50000, "storage": 41, "thumbImage": "http://ssib.gzncloud.com:10053/upload/image/19082818381970086303.jpg", "typeName": "饮料" }, { "addQuantity": 8, "addQuantityRevise": 8, "aisleNo": 102, "cabinetNo": 1, "costPrice": 2.20000, "id": 3295, "isBulk": "0", "name": "可口可 乐 "," removeQuantity ":0," removeQuantityRevise ":0," salePrice ":5.00000," storage ":29," thumbImage ":" http: //ssib.gzncloud.com:10053/upload/image/19083113201452804856.jpg","typeName":"饮料"}, { "addQuantity ":9," addQuantityRevise ":9," aisleNo ":202," cabinetNo ":2," costPrice ":2.90000," id ":3296," isBulk ":" 0 "," name ":" 脉动 "," removeQuantity ":0," removeQuantityRevise ":0," salePrice ":6.00000," storage ":33," thumbImage ":" http: //ssib.gzncloud.com:10053/upload/image/19083113531079673116.jpg","typeName":"饮料"}]},"type":"final"}