bug

上级 71a8aa31
流水线 #8520 已通过 于阶段
in 2 分 15 秒
......@@ -39,8 +39,8 @@ public class UserAppApiHystrix implements UserAppApi {
}
@Override
public Integer timeTypeById(Integer id) {
log.error("熔断:timeTypeById:{}", id);
public Integer timeTypeById(Integer typeId, Integer userId, String token) {
log.error("熔断:timeTypeById:{}, {}, {}", typeId, userId, token);
return null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论