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
step1/createEvidence 一直返回 evidence already exists on chain
创建一份错误报告需要您填写以下内容:
清晰、准确地概述所遇到的问题。
swagger-ui.html#/其他相关接口-Evidence/createEvidenceUsingPOST 随便输入hash,一直返回:
{ "result": "", "errorCode": 100503, "errorMessage": "evidence already exists on chain", "transactionInfo": null }
复现问题的步骤。
用 weid_install.sh 安装 WeIdentity-Build-Tools,配置sample。
http://127.0.0.1:6101/step1/userAgent/createWeId 等均正常生成weid。
调用 http://127.0.0.1:6101/step1/createEvidence 返回
描述您所期望的返回结果和实际的返回结果。
正常判断 step1/createEvidence
The text was updated successfully, but these errors were encountered:
No branches or pull requests
step1/createEvidence 一直返回 evidence already exists on chain
创建一份错误报告需要您填写以下内容:
概述
清晰、准确地概述所遇到的问题。
swagger-ui.html#/其他相关接口-Evidence/createEvidenceUsingPOST
随便输入hash,一直返回:
{
"result": "",
"errorCode": 100503,
"errorMessage": "evidence already exists on chain",
"transactionInfo": null
}
复现
复现问题的步骤。
用 weid_install.sh 安装 WeIdentity-Build-Tools,配置sample。
http://127.0.0.1:6101/step1/userAgent/createWeId 等均正常生成weid。
调用 http://127.0.0.1:6101/step1/createEvidence 返回
{
"result": "",
"errorCode": 100503,
"errorMessage": "evidence already exists on chain",
"transactionInfo": null
}
期望结果与实际结果
描述您所期望的返回结果和实际的返回结果。
正常判断 step1/createEvidence
环境
其他内容
配置文件
日志文件
The text was updated successfully, but these errors were encountered: