wendux / fly

:rocket: Supporting request forwarding and Promise based HTTP client for all JavaScript runtimes.
https://wendux.github.io/dist/#/language
MIT License
3.9k stars 639 forks source link

小程序项目(mpvue)中使用flyio,处理cookie过期时出现的问题 #168

Closed ExcellentJR closed 5 years ago

ExcellentJR commented 5 years ago

我在请求拦截器中对cookie过期的情况做了处理,然后返回新的promise.resolve('cookie过期正在处理'),但是为什么当前请求仍然会完成?不是说返回的不是当前request的话就不会继续完成当前请求吗? cookie 1 cookie 2

ExcellentJR commented 5 years ago

是我哪里没用对吗?

ExcellentJR commented 5 years ago

Oh!damn it!是我用错了...少了一个return导致请求拦截器没有返回然后拦截器未正确执行... cookie 3