This commit is contained in:
邹宗楠
2023-06-28 18:59:49 +08:00
parent 0d01df6966
commit b1c1cec7ab

View File

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