### 增加操作記錄
~~~[api]
post:https://oppo.wx.cuci.cc/data/api.record/createTag
*string:app_id=OCSM_VIDIO#APPID
*string:timestamp=3256123612312#時間戳
*string:sign=066276d9ab49ed1a4540b3c776d78cea#數據簽名
*string:camera_number=fcc7adb6dc0948529bf5c4033b1c0a71#攝像頭編號
*string:tag_time=1542781791#標簽時間戳
*string:tag_name=標簽名稱#標簽名稱
<<<
success
{
"code": 1,
"info": "記錄添加成功!",
"data": []
}
<<<
error
{
"code": 0,
"info": "記錄添加失敗!",
"data": []
}
~~~