feat: callings and callback

This commit is contained in:
zhangsz
2025-05-21 11:01:15 +08:00
parent 1ea90724f5
commit 647367394d
6 changed files with 279 additions and 225 deletions

View File

@@ -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,
}))
}