Skip to content

Commit a5e8980

Browse files
author
piexlMax(奇淼
committed
fix: 消除swag init的不兼容bug
1 parent 360af93 commit a5e8980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/v1/system/sys_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ func (b *BaseApi) SetSelfInfo(c *gin.Context) {
420420
// @Security ApiKeyAuth
421421
// @accept application/json
422422
// @Produce application/json
423-
// @Param data body datatypes.JSON
423+
// @Param data body map[string]interface{} true "用户配置数据"
424424
// @Success 200 {object} response.Response{data=map[string]interface{},msg=string} "设置用户配置"
425425
// @Router /user/SetSelfSetting [put]
426426
func (b *BaseApi) SetSelfSetting(c *gin.Context) {

0 commit comments

Comments
 (0)