Commit e6bf759e by mushishixian

fix

parent 9907f48c
Showing with 2 additions and 2 deletions
...@@ -6,7 +6,7 @@ type Activity struct { ...@@ -6,7 +6,7 @@ type Activity struct {
SupplierIdList []string SupplierIdList []string
SupplierType int `json:"supplier_type"` SupplierType int `json:"supplier_type"`
UserScope int `json:"user_scope"` UserScope int `json:"user_scope"`
CanAdminOrder int `json:"can_admin_order"` CanAdminOrder interface{} `json:"can_admin_order"`
SignText string `json:"sign_text"` SignText string `json:"sign_text"`
BrandIds string `json:"brand_ids"` BrandIds string `json:"brand_ids"`
BrandIdList []string BrandIdList []string
......
...@@ -77,7 +77,7 @@ type PriceActivity struct { ...@@ -77,7 +77,7 @@ type PriceActivity struct {
type GiftActivity struct { type GiftActivity struct {
ActivityCommon ActivityCommon
CanAdminOrder int `json:"can_admin_order"` CanAdminOrder interface{} `json:"can_admin_order"`
ItemList []ActivityItem `json:"items,omitempty"` ItemList []ActivityItem `json:"items,omitempty"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment