Signed-off-by: kevin <kevin@lmve.net>

This commit is contained in:
2025-06-10 18:18:49 +08:00
parent 660625ab43
commit f1d7b0a677
4 changed files with 20 additions and 16 deletions
+1
View File
@@ -18,6 +18,7 @@ func V1_user_api(r *gin.RouterGroup) {
//返回前端的数据
//转换传进来的数据
var jsonData map[string]interface{}
if err := ctx.ShouldBindJSON(&jsonData); err == nil {
//转换字段