first commit
This commit is contained in:
7
gateway/api/v1/internal/model/account.go
Normal file
7
gateway/api/v1/internal/model/account.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
// 用户地址登录请求结果
|
||||
type AddressLoginResp struct {
|
||||
// 用户地址
|
||||
Address string `json:"address" example:"123"`
|
||||
}
|
||||
Reference in New Issue
Block a user