### 增加操作记录
~~~[api]
post:https://oppo.wx.cuci.cc/data/api.record
*string:app_id=OCSM_VIDIO#APPID
*string:timestamp=3256123612312#时间戳
*string:sign=066276d9ab49ed1a4540b3c776d78cea#数据签名
*string:camera_number=fcc7adb6dc0948529bf5c4033b1c0a71#摄像头编号
*string:operation_type=拆包#操作类型(拆包,维修,打包)
*string:repair_single_number=235213512412#送修单号
<<<
success
{
"code": 1,
"info": "记录添加成功!",
"data": []
}
<<<
info
{
"code": 1,
"info": "该单此状态已经存在!",
"data": []
}
<<<
error
{
"code": 0,
"info": "记录添加失败!",
"data": []
}
~~~