WANG пре 6 година
родитељ
комит
b7cf8b9d0f

+ 1 - 1
examcloud-exchange-outer-api-provider/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/provider/FaceOuterServiceProvider.java

@@ -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) {