作者 tangxvhui

@@ -148,7 +148,7 @@ func (c *OpenApiController) GetChangeMedia() { @@ -148,7 +148,7 @@ func (c *OpenApiController) GetChangeMedia() {
148 } 148 }
149 rspChanceData = append(rspChanceData, chanceData) 149 rspChanceData = append(rspChanceData, chanceData)
150 } 150 }
151 - rsp["orther"] = rspOrther 151 + rsp["other"] = rspOrther
152 rsp["chance_data"] = rspChanceData 152 rsp["chance_data"] = rspChanceData
153 msg = protocol.NewReturnResponse(rsp, nil) 153 msg = protocol.NewReturnResponse(rsp, nil)
154 return 154 return