-
Notifications
You must be signed in to change notification settings - Fork 54
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
使用中的一些问题,劳烦指导一下 #36
Comments
if (http.Response.ContentType.Contains("text/json"))
task.Remark(http.Response.StatusCode.ToString() + " " + http.Response.Xml);
else
task.Remark(http.Response.StatusCode.ToString()); 是否成功/异常信息的维度是任务 HTTP的反馈看备注 |
重复记录的原因,是不是 cron 错误解析失败,没正确计算出间隔 |
if (http.Response.ContentType.Contains("json")) 这样是不可行,ContentType.Contains 只改这里 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、在执行Http任务时,是否可以将http请求返回的数据记录下来?比如接口返回的json结构数据。
2、在自定义corn执行时,日志中有重复记录,不知道是什么原因,如下图
The text was updated successfully, but these errors were encountered: