Commit f306f21c authored by 吴泽佳's avatar 吴泽佳

圈子用户 信息查询 二次提交

parent ab679718
...@@ -30,6 +30,13 @@ public class FeignBackClientForTanpuroom implements FallbackFactory<FeignClientF ...@@ -30,6 +30,13 @@ public class FeignBackClientForTanpuroom implements FallbackFactory<FeignClientF
log.error("FeignBackClientForTanpuroom.getShortVideoBaseInfo-查询课程req:{}", req); log.error("FeignBackClientForTanpuroom.getShortVideoBaseInfo-查询课程req:{}", req);
return null; return null;
} }
@Override
public CommonResp<Integer> myOrderCount(String userId) {
log.error("请求信息", throwable);
log.error("FeignBackClientForTanpuroom.myOrderCount-userId:{}", userId);
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