|
|
@@ -0,0 +1,22 @@ |
|
|
|
package md |
|
|
|
|
|
|
|
type RedPacketData struct { |
|
|
|
PayMoney string `json:"pay_money"` |
|
|
|
GoodsMoney string `json:"goods_money"` |
|
|
|
Timer string `json:"timer"` |
|
|
|
PayBili string `json:"pay_bili"` |
|
|
|
GoodsBili string `json:"goods_bili"` |
|
|
|
RealMoney string `json:"real_money"` |
|
|
|
RealNum string `json:"real_num"` |
|
|
|
RealUserNum string `json:"real_user_num"` |
|
|
|
MinMoney string `json:"min_money"` |
|
|
|
MaxBili string `json:"max_bili"` |
|
|
|
BastOpen string `json:"bast_open"` |
|
|
|
BastMoney string `json:"bast_money"` |
|
|
|
UserType string `json:"user_type"` |
|
|
|
UserPhone string `json:"user_phone"` |
|
|
|
MinOtherOpen string `json:"min_other_open"` |
|
|
|
MinOtherMoney string `json:"min_other_money"` |
|
|
|
MinOtherBili string `json:"min_other_bili"` |
|
|
|
MinOtherMaxMoney string `json:"min_other_max_money"` |
|
|
|
} |