mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-23 21:08:09 +00:00
@@ -18,7 +18,6 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func Result(code int, data interface{}, msg string, c *gin.Context) {
|
func Result(code int, data interface{}, msg string, c *gin.Context) {
|
||||||
// 开始时间
|
|
||||||
c.JSON(http.StatusOK, Response{
|
c.JSON(http.StatusOK, Response{
|
||||||
code,
|
code,
|
||||||
data,
|
data,
|
||||||
|
|||||||
Reference in New Issue
Block a user