1
This commit is contained in:
@@ -57,7 +57,7 @@ func CallBackResultSign(err error) *CallBackResult {
|
||||
}
|
||||
return &CallBackResult{
|
||||
Success: false,
|
||||
ErrCode: "sign-check-failure",
|
||||
ErrCode: "SUCCESS",
|
||||
ErrMsg: err.Error(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user