正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论