|
@@ -90,6 +90,6 @@ public class UserMirrorFissionController {
|
|
|
public Result<Boolean> getPermitStatus() throws Exception {
|
|
public Result<Boolean> getPermitStatus() throws Exception {
|
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
Boolean flag = userMirrorFissionFrontService.getPermitStatus(userId);
|
|
Boolean flag = userMirrorFissionFrontService.getPermitStatus(userId);
|
|
|
- return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
|
|
|
|
|
+ return GatewayResponse.SUCCESS.newBuilder().toResult(flag);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|