Commit eaae7be9 by mushishixian

修复状æ

parent ae234186
Showing with 1 additions and 1 deletions
...@@ -85,7 +85,7 @@ type ActivityCommon struct { ...@@ -85,7 +85,7 @@ type ActivityCommon struct {
ActivityId int `json:"activity_id,omitempty"` ActivityId int `json:"activity_id,omitempty"`
ActivityName string `json:"activity_name,omitempty"` ActivityName string `json:"activity_name,omitempty"`
AllowCoupon int `json:"-"` AllowCoupon int `json:"-"`
UserScope int `json:"user_scope"` UserScope int `json:"user_scope,omitempty"`
} }
//为什么不直接映射到结构,而要用gjson,因为redis存的数据结构不一定正常,可能类型不一致 //为什么不直接映射到结构,而要用gjson,因为redis存的数据结构不一定正常,可能类型不一致
......
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