初级会员
  • 第 61531 位会员
  • viveasion
  • 2021-04-12 11:34:10
  • Offline
  • 19 95

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • 对mock实现的测试函数中,为了实现实现 MessageService 接口,创建了DummyFunc函数,但是 MessageService接口并没有DummyFunc函数。 在同一份代码中第44行,在我电脑上运行报错:“Cannot use 'smsService' (type *smsServiceMock) as type MessageService” 望解答 @csshawn