|
@@ -200,6 +200,7 @@ public class UserTicketController extends BaseApiController {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("prizeList", ticketAwardsPrizes);
|
|
|
jsonObject.put("ticketId", ticket.getTicketId());
|
|
|
+ jsonObject.put("boxId", ticket.getBoxId());
|
|
|
return AjaxResult.success(jsonObject);
|
|
|
}
|
|
|
|