文档
测试

上传log

POST
http://47.253.69.73:8090/api/factory/v1/log

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
tool_logs
array
数据列表
必填
uuid
string
示例:123
必填
level
int
log 等级:0:debug,1:info,2:error,3:fatal
必填
mode
int
当前操作的类型:1.喷淋,2.打印,3.质检,4.发货,5.出库
必填
count
int
操作步骤数量,暂时不使用
必填
step
int
当前是第几步骤
必填
work_code
string
工单号
必填
work_order_id
int64
工单主键 id,因为有时候可能获取的只有主键id
必填
log_time
int64
记录 log 的时间戳,单位 秒
必填
msg
string
详细说明
必填
spend_time
int
花费时间,单位 毫秒
必填
state
uint64
用于标记各个模式下的一些操作,比如说:打印模式下,下载预览图时,会先下载组合图,如果下载失败,才会去下载本地原始图,再失败才回去下载远程的原始图,标记后仅需要一个log记录即可
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:succeed!
必填