| | |
| | | type DbPersonController struct { |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 添加底库人员 |
| | | // @Description 添加底库人员 |
| | | // @Accept json |
| | |
| | | return result |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 修改底库人员 |
| | | // @Description 修改底库人员 |
| | | // @Accept json |
| | |
| | | } |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 底库人员以图搜图 |
| | | // @Description 底库人员以图搜图 |
| | | // @Accept json |
| | |
| | | return resultList |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 更新底库人脸照片 |
| | | // @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}" |
| | |
| | | return message |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 删除底库人员 |
| | | // @Description 删除库人员 |
| | | // @Accept x-www-form-urlencoded |
| | |
| | | |
| | | type DelMultiPerson []string |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 删除底库人员 |
| | | // @Description 删除库人员 |
| | | // @Accept json |
| | |
| | | } |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 查询底库人员列表 |
| | | // @Description 查询库人员列表 |
| | | // @Accept json |
| | |
| | | TableIds []string `json:"tableIds"` |
| | | } |
| | | |
| | | // @Security ApiKeyAuth |
| | | // @Summary 抓拍人员加入底库 |
| | | // @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}" |