Closed
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/diy/rsshub/BSuuE9efHXUnDdZF8FeGhhBUGRrE |
Contributor
|
自动检测失败, 请确认PR正文部分符合格式规范并重新开启, 详情请检查日志 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#8236
path:
/third-partymethod:
POSTcontent-type:
application/jsondep:koa-bodyparser解析post请求体目前想法是第三方路由的支持并不包含解析部分。只暴露一个接口,将抛来的对象转化为
xml返回。优点在于:
parse步骤。页面格式复杂,使用get url ---> return xml的形式建立内容不太现实?git action等方式定时post解析后的对象给该接口,接收返回的xml。