Commit 50f6c31e by zhangxingmin

push

parent c0fdf132
...@@ -36,6 +36,11 @@ public class ApiCoSessionFeignFallbackFactory implements FallbackFactory<ApiCoSe ...@@ -36,6 +36,11 @@ public class ApiCoSessionFeignFallbackFactory implements FallbackFactory<ApiCoSe
} }
@Override @Override
public Result<SetLinkFailureResponse> setLinkFailure(SetLinkFailureRequest request) {
return null;
}
@Override
public Result<Boolean> isMy(String roomId, String roomPwd, HttpServletRequest httpRequest) { public Result<Boolean> isMy(String roomId, String roomPwd, HttpServletRequest httpRequest) {
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment