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