wangkaiyue 3 жил өмнө
parent
commit
f0c7fb6bc9

+ 1 - 1
handler/activity/bidderPlan.go

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