合规风险
This commit is contained in:
@ -35,4 +35,9 @@ public class RmFeignClientFallback implements RmFeignClient {
|
|||||||
return BaseResponse.fail(-1, "fail", null);
|
return BaseResponse.fail(-1, "fail", null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String riskLevel(RmBaseResponse dto) {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user