|
@@ -30,8 +30,8 @@ public class AdminInterfaceFallback implements FallbackFactory<AdminInterface>
|
|
|
|
|
|
//启/停边民的app账号登陆限制
|
|
|
@Override
|
|
|
- public int isLock(String id,Integer status) {
|
|
|
- log.error("错误的id:{},状态:{},保护操作:{}",id,status,"熔断");
|
|
|
+ public int isLock(String id,Integer type,Integer status) {
|
|
|
+ log.error("错误的id:{},边民类型:{},状态:{},保护操作:{}",id,type,status,"熔断");
|
|
|
return 0;
|
|
|
}
|
|
|
};
|