@ -8,6 +8,7 @@ import (
"github.com/gin-gonic/gin"
)
// 获取分组列表
func GetGroup(c *gin.Context) {
uuid := c.Param("uuid")
@ -50,7 +50,6 @@ func ModifyUserInfo(c *gin.Context) {
c.JSON(http.StatusOK, response.SuccessMsg(nil))
}
func GetUserDetails(c *gin.Context) {
@ -1,8 +1,8 @@
package main
import (
"chat-room/global/log"
"chat-room/config"
"chat-room/router"
"chat-room/server"
"go.uber.org/zap"
@ -51,7 +51,6 @@ func init() {
fileTypeMap.Store("52494646246009005741", "wav") //Wave (wav)
fileTypeMap.Store("52494646", "wav") //Wave (wav)
fileTypeMap.Store("52494646d07d60074156", "avi")
fileTypeMap.Store("1a45dfa3a34286810142", "webm")
@ -1,5 +1 @@
package test