调整接口
This commit is contained in:
@ -110,3 +110,9 @@ type IPCreateIn struct {
|
||||
type IPCreateOut struct {
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
type StoreDetailIn struct {
|
||||
NetbarAccount string
|
||||
}
|
||||
type StoreDetailOut struct {
|
||||
Id int64 `json:"id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user