feat: callings and callback
This commit is contained in:
@@ -58,9 +58,8 @@ func (s *MfCallingInfo) List(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
// 2. 返回前端
|
||||
c.JSON(200, result.Ok(gin.H{
|
||||
"total": total,
|
||||
"rows": data,
|
||||
"data": data,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user