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 5e7570e commit 262c6b1Copy full SHA for 262c6b1
server/api/v1/sys_user.go
@@ -276,7 +276,7 @@ func SetUserAuthority(c *gin.Context) {
276
// @Security ApiKeyAuth
277
// @accept application/json
278
// @Produce application/json
279
-// @Param data body request.SetUserAuth true "删除用户"
+// @Param data body request.GetById true "删除用户"
280
// @Success 200 {string} string "{"success":true,"data":{},"msg":"修改成功"}"
281
// @Router /user/deleteUser [delete]
282
func DeleteUser(c *gin.Context) {
0 commit comments