Commit 73b3901d by mushishixian

fix

parent 9e4a418b
Showing with 1 additions and 1 deletions
...@@ -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,omitempty"` CanAdminOrder int `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