- weimob.SuccessResponse.ErrMsg should be success
This commit is contained in:
@@ -41,7 +41,9 @@ type CallbackResponse struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
SuccessResponse = &CallbackResponse{
|
SuccessResponse = &CallbackResponse{
|
||||||
Code: ErrorInfo{},
|
Code: ErrorInfo{
|
||||||
|
ErrMsg: "success",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user