[Fix file upload method]: remove file upload biz content encrypt params #367
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.
Sorry,上次提交的时候文件上传&验签确实成功了,但是参数没有解析,又找了好久的文档,发现真实情况是:
本接口为文件上传类接口,与普通OpenAPI接口的入参构造格式不同,如果您没有使用官方SDK发起OpenAPI调用,自行构造HTTP请求时需注意以下事项:
也就是说,对于业务参数不需要放到biz_content,也不需要加密处理,所以移除了参数加密的代码,详见这个文档:
https://opendocs.alipay.com/mini/510d4a72_alipay.merchant.item.file.upload