add conn log

This commit is contained in:
ljw
2024-10-18 15:05:58 +08:00
parent 2d37302cf9
commit f64022e411
20 changed files with 1253 additions and 169 deletions

View File

@@ -22,7 +22,7 @@ type User struct {
// @Security token
//func (u *User) currentUser(c *gin.Context) {
// user := service.AllService.UserService.CurUser(c)
// up := (&apiResp.UserPayload{}).FromUser(user)
// up := (&apiResp.UserPayload{}).FromName(user)
// c.JSON(http.StatusOK, up)
//}