YTKNetwork icon indicating copy to clipboard operation
YTKNetwork copied to clipboard

多域名 重试

Open Benight opened this issue 3 years ago • 1 comments

现在有个需求是需要在一个接口请求的时候,如果请求失败,需要切换到另一个域名请求这个接口,请问需要用什么方法,可以快捷的实现这个需求呢?

提出问题前请先确认完成了下列几项步骤 New Issue Checklist

  • [ ] 我已经阅读过 贡献指南 I have read and understood the CONTRIBUTING guide
  • [ ] 我已经阅读过 程序文档 I have read the Documentation
  • [ ] 我已经证实这个问题来源于 YTKNetwork 本身,而不是其所依赖的 AFNetworking I have confirmed that this issue is caused by YTKNetwork, not AFNetworking
  • [ ] 我已经在项目的 问题列表 中搜索过并且没有找到类似问题 I have searched for a similar issue in the project and found none

问题描述 Issue Description

请给出所提出问题的详尽描述,包括具体的错误信息,打印的堆栈等等,以及重现此问题的具体步骤。

Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

Benight avatar May 27 '21 10:05 Benight

我是自己实现了一个。发现那个域名通,修改下YTKNetworkConfig的baseUrl。

lizhongkan avatar Feb 15 '22 06:02 lizhongkan