update go mod
This commit is contained in:
@ -67,7 +67,7 @@ func Send(ctx *gin.Context, code interface{}, httpCode int, data interface{}) {
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 22:41 2022/6/25
|
||||
func SendWithStatusOK(ctx *gin.Context, code interface{}, data map[string]interface{}) {
|
||||
func SendWithStatusOK(ctx *gin.Context, code interface{}, data interface{}) {
|
||||
Send(ctx, code, http.StatusOK, data)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user