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
Version / Branch / tag
3.5.2-beta.1
出了什么问题?(What Happened?)
调用接口进行文件分发,传输模式选择严谨模式,但执行后却是强制模式。
如何复现?(How to reproduce?)
按问题描述即可复现
预期结果(What you expect?) transfer_mode参数生效
The text was updated successfully, but these errors were encountered:
原因:
EsbFastTransferFileV3Request.transferMode参数命名错误,应该加上 @JsonProperty("transfer_mode")
Sorry, something went wrong.
bugfix: 作业平台调用快速分发文件API,transferMode参数不生效 TencentBlueKing#1624
0a226ce
84f49cd
Merge pull request #1626 from wangyu096/3.6.x
394db15
bugfix: 作业平台调用快速分发文件API,transferMode参数不生效 #1624
Merge pull request #1625 from wangyu096/3.5.x
8be149b
wangyu096
No branches or pull requests
Version / Branch / tag
3.5.2-beta.1
出了什么问题?(What Happened?)
调用接口进行文件分发,传输模式选择严谨模式,但执行后却是强制模式。


如何复现?(How to reproduce?)
按问题描述即可复现
预期结果(What you expect?)
transfer_mode参数生效
The text was updated successfully, but these errors were encountered: