|
|
@@ -9,9 +9,11 @@ type ExtendRewardLvGrade struct { |
|
|
|
ExtendPriceRewardProvince map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_province"` |
|
|
|
ExtendPriceRewardCity map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_city"` |
|
|
|
ExtendPriceRewardArea map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_area"` |
|
|
|
ExtendPriceRewardSite map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_site"` |
|
|
|
ExtendPriceRewardBuyGoodsProvince map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_buy_goods_province"` |
|
|
|
ExtendPriceRewardBuyGoodsCity map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_buy_goods_city"` |
|
|
|
ExtendPriceRewardBuyGoodsArea map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_buy_goods_area"` |
|
|
|
ExtendPriceRewardBuyGoodsSite map[string]ExtendPriceRewardListDetail `json:"extend_price_reward_buy_goods_site"` |
|
|
|
} |
|
|
|
type ExtendPriceRewardListDetail struct { |
|
|
|
BaseVal string `json:"base_val"` |
|
|
|