- weimob.SuccessResponse.ErrMsg should be success

This commit is contained in:
gazebo
2019-01-19 11:11:09 +08:00
parent 6aeb39d53b
commit 314d94987f

View File

@@ -41,7 +41,9 @@ type CallbackResponse struct {
var (
SuccessResponse = &CallbackResponse{
Code: ErrorInfo{},
Code: ErrorInfo{
ErrMsg: "success",
},
}
)