AiPushWeight 智能识别-推送重量信息
POST
/rpc/ai/push/weight
智能识别
1.仅已激活状态可调用
请求参数
Body 参数application/json
weight
integer <int32>
重量(单位:克)【必填】
status
enum<integer> <int32>
可选
枚举值:
01234
默认值:
0
forceMatching
boolean
是否期望对该重量进行一次强制识别【选填】
transparentData
string
透传数据,该数据会在识别结果中一同返回出来【选填】
示例
{
"weight": 0,
"status": 0,
"forceMatching": true,
"transparentData": "string"
}
返回响应
🟢200成功
application/json
Body
code
enum<integer> <int32>
必需
枚举值:
0110001001100210031004100510061007150015011503150420002500
默认值:
0
msg
string
状态描述
示例
{
"code": 0,
"msg": "string"
}