This commit is contained in:
邹宗楠
2023-06-28 18:56:23 +08:00
parent 048d4d9e3f
commit 0d01df6966

View File

@@ -57,7 +57,7 @@ func CallBackResultSign(err error) *CallBackResult {
} }
return &CallBackResult{ return &CallBackResult{
Success: false, Success: false,
ErrCode: "sign-check-failure", ErrCode: "SUCCESS",
ErrMsg: err.Error(), ErrMsg: err.Error(),
} }
} }