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
调用DELETE /v1/addresses/删除address时,当address list中包含有重复的address时
预期结果1:系统内部会过滤掉重复的address,可以操作成功 或者 预期结果2:不能成功操作,但提出正确的提示信息:传入的address list中包含有重复的address
实际结果:调用后报错,提示地址不存在
The text was updated successfully, but these errors were encountered:
fix issue openpitrix#75
0c60ec5
fix
Sorry, something went wrong.
fix issue openpitrix#79 openpitrix#74 openpitrix#75 openpitrix#80
cc2a8a7
de0ba59
fix issue openpitrix#75 openpitrix#81 openpitrix#82 openpitrix#69 ope…
c00524d
…npitrix#84
经验证,当address list中包含有重复的address时,系统内部会过滤掉重复的address,可以成功删除; 问题已修复,关闭问题;
No branches or pull requests
调用DELETE /v1/addresses/删除address时,当address list中包含有重复的address时
预期结果1:系统内部会过滤掉重复的address,可以操作成功
或者
预期结果2:不能成功操作,但提出正确的提示信息:传入的address list中包含有重复的address
实际结果:调用后报错,提示地址不存在
The text was updated successfully, but these errors were encountered: