Merge remote-tracking branch 'origin/master'

This commit is contained in:
chy
2025-06-11 16:01:51 +08:00
10 changed files with 32 additions and 30 deletions

View File

@ -10,5 +10,5 @@ type MerchantAdminInfoReq struct {
type MerchantAdminInfoRes struct {
MerchantId int64 `json:"merchantId"`
Username string `json:"username"`
StoreId int64 `json:"storeId"` // 下属门店 id
Role string `json:"role"`
}