|
@@ -68,7 +68,7 @@ public class FaceOuterServiceProvider extends ControllerSupport implements Enter
|
|
|
@Autowired
|
|
|
private StudentCloudService studentCloudService;
|
|
|
|
|
|
- @ApiOperation(value = "获取学生照片URL", hidden = true)
|
|
|
+ @ApiOperation(value = "获取学生照片URL")
|
|
|
@PostMapping("getPhotoUrl")
|
|
|
public String getPhotoUrl(
|
|
|
@RequestParam(required = false) @ApiParam(value = "顶级机构ID", example = "123") Long rootOrgId,
|