Skip to content

Commit 262c6b1

Browse files
author
QM303176530
committed
增加验证规则复用
1 parent 5e7570e commit 262c6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/v1/sys_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func SetUserAuthority(c *gin.Context) {
276276
// @Security ApiKeyAuth
277277
// @accept application/json
278278
// @Produce application/json
279-
// @Param data body request.SetUserAuth true "删除用户"
279+
// @Param data body request.GetById true "删除用户"
280280
// @Success 200 {string} string "{"success":true,"data":{},"msg":"修改成功"}"
281281
// @Router /user/deleteUser [delete]
282282
func DeleteUser(c *gin.Context) {

0 commit comments

Comments
 (0)