14 lines
215 B
Go
Raw Permalink Normal View History

2025-11-07 14:14:34 +08:00
package controllers
import (
"WiiGoLibrary/apply/http/response/v1"
// "WiiCITMS/process"
"github.com/gin-gonic/gin"
)
// 更细用户头像
func UpdateUserAvatar(c *gin.Context) {
response.Success(c, true)
}