optimize code
This commit is contained in:
7
example/sys/user.api
Normal file
7
example/sys/user.api
Normal file
@ -0,0 +1,7 @@
|
||||
type (
|
||||
RegisterReq {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
Mobile string `json:"mobile"`
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user