| | |
| | | // @Description 更新底库人脸照片 |
| | | // @Accept json |
| | | // @Produce json |
| | | // @Tags 底库人员 |
| | | // @Tags dbperson 底库人员 |
| | | // @Param id formData string true "人员id" |
| | | // @Param file formData file true "人脸图片" |
| | | // @Success 200 {string} json "{"code":200, msg:"", success:true}" |
| | |
| | | // @Description 抓拍人员加入底库 |
| | | // @Accept json |
| | | // @Produce json |
| | | // @Tags 底库人员 |
| | | // @Tags dbperson 底库人员 |
| | | // @Param obj body controllers.JoinDbTVo true "底库数据" |
| | | // @Success 200 {string} json "{"code":200, msg:"目录结构数据", success:true}" |
| | | // @Failure 500 {string} json "{"code":500, msg:"返回错误信息", success:false}" |