### 增加操作記錄
~~~[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": []
}
~~~