We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360af93 commit a5e8980Copy full SHA for a5e8980
server/api/v1/system/sys_user.go
@@ -420,7 +420,7 @@ func (b *BaseApi) SetSelfInfo(c *gin.Context) {
420
// @Security ApiKeyAuth
421
// @accept application/json
422
// @Produce application/json
423
-// @Param data body datatypes.JSON
+// @Param data body map[string]interface{} true "用户配置数据"
424
// @Success 200 {object} response.Response{data=map[string]interface{},msg=string} "设置用户配置"
425
// @Router /user/SetSelfSetting [put]
426
func (b *BaseApi) SetSelfSetting(c *gin.Context) {
0 commit comments