fix
wangpengfei
2023-08-24 2128d417cbb9136ad5d8448fef7ce62a082922be
fix
1个文件已修改
2 ■■■ 已修改文件
model/common/response/response.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
model/common/response/response.go
@@ -14,7 +14,7 @@
const (
    ERROR   = 7
    SUCCESS = 0
    SUCCESS = 200
)
func Result(code int, data interface{}, msg string, c *gin.Context) {