We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
发现一个小小的问题,url验证的逻辑返回的response header里面content-type是错误的:(key value都是”content-type") 影响:body内容正常,我们api网关层解析这个header时报错
CardActionHandler :: handle代码
eventResp.setContentType(Constants.CONTENT_TYPE); // 应该是: eventResp.setContentType(Constants.JSON_CONTENT_TYPE);
参考其他处地方调用:
The text was updated successfully, but these errors were encountered:
确实。。。
Sorry, something went wrong.
No branches or pull requests
发现一个小小的问题,url验证的逻辑返回的response header里面content-type是错误的:(key value都是”content-type")
影响:body内容正常,我们api网关层解析这个header时报错
CardActionHandler :: handle代码
参考其他处地方调用:
The text was updated successfully, but these errors were encountered: