wangkaiyue 3 anni fa
parent
commit
f0c7fb6bc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      handler/activity/bidderPlan.go

+ 1 - 1
handler/activity/bidderPlan.go

@@ -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"`
 }
 }