瀏覽代碼

wip:提交

wangkaiyue 3 年之前
父節點
當前提交
f0c7fb6bc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 免费订阅
 type FreeSubscribe struct {
-	OAreaP map[string]interface{} `json:"o_area_p"`
+	OAreaP map[string]interface{} `json:"o_area"`
 	AKey   []interface{}          `json:"a_key"`
 }