解决 bug

This commit is contained in:
2025-07-12 19:05:23 +08:00
parent 9113dab102
commit 1462018682
10 changed files with 47 additions and 26 deletions

View File

@ -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 {