Commit 4dd730c0 authored by 刘基明's avatar 刘基明

Merge branch 'dev' of 47.100.44.39:tp-backend/tanpu-community into dev

parents c4822046 f306f21c
...@@ -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