解决 bug
This commit is contained in:
@ -112,9 +112,11 @@ type IPCreateOut struct {
|
||||
}
|
||||
type StoreDetailIn struct {
|
||||
NetbarAccount string
|
||||
StoreId int64
|
||||
}
|
||||
type StoreDetailOut struct {
|
||||
Id int64 `json:"id"`
|
||||
Id int64 `json:"id"`
|
||||
NetbarAccount string `json:"netbarAccount"`
|
||||
}
|
||||
|
||||
type StoreByNetbarAccountIn struct {
|
||||
|
||||
Reference in New Issue
Block a user