-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加fofa接口重试 #10
base: main
Are you sure you want to change the base?
添加fofa接口重试 #10
Conversation
allukaZod
commented
Aug 8, 2023
•
edited
Loading
edited
- 添加fofa获取时的重试
- 报错时添加fofa报错结果返回
- 请求结果添加 trace_id,便于进行fofa接口问题排查
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
==========================================
+ Coverage 93.78% 93.89% +0.10%
==========================================
Files 7 7
Lines 692 655 -37
==========================================
- Hits 649 615 -34
+ Misses 28 26 -2
+ Partials 15 14 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
这个没有意义啊,导出的是WithOnResults,上层业务可以直接调用。 |