feat: add delete user api

This commit is contained in:
boojack
2022-07-26 21:41:20 +08:00
parent 07d9649b22
commit 0c2adfa1d2
4 changed files with 55 additions and 1 deletions

View File

@ -73,3 +73,7 @@ type UserFind struct {
Name *string `json:"name"`
OpenID *string
}
type UserDelete struct {
ID int
}