|
@@ -64,7 +64,7 @@ public class FaceOuterServiceProvider extends ControllerSupport implements FaceO
|
|
|
@PostMapping("addPhotoByUrl")
|
|
|
@Override
|
|
|
public void addPhotoByUrl(
|
|
|
- @RequestParam @ApiParam(value = "顶级机构ID", required = true) Long rootOrgId,
|
|
|
+ @RequestParam @ApiParam(value = "顶级机构ID", example = "1", required = true) Long rootOrgId,
|
|
|
@RequestParam @ApiParam(value = "身份证", required = true) String identityNumber,
|
|
|
@RequestParam @ApiParam(value = "照片地址", required = true) String photoUrl,
|
|
|
@RequestParam @ApiParam(value = "操作者", required = true) String operator) {
|