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