|
@@ -135,7 +135,7 @@ func (BP *BidderPlan) AddSchedule(userId string, value int) (after int) {
|
|
|
|
|
|
// FreeSubscribe 免费订阅
|
|
// FreeSubscribe 免费订阅
|
|
type FreeSubscribe struct {
|
|
type FreeSubscribe struct {
|
|
- OAreaP map[string]interface{} `json:"o_area_p"`
|
|
|
|
|
|
+ OAreaP map[string]interface{} `json:"o_area"`
|
|
AKey []interface{} `json:"a_key"`
|
|
AKey []interface{} `json:"a_key"`
|
|
}
|
|
}
|
|
|
|
|