optimize code

This commit is contained in:
MaxToby
2021-05-13 22:03:40 +08:00
parent 977035a853
commit d658701630
5 changed files with 105 additions and 19 deletions

7
example/sys/user.api Normal file
View File

@ -0,0 +1,7 @@
type (
RegisterReq {
Username string `json:"username"`
Password string `json:"password"`
Mobile string `json:"mobile"`
}
)