|
@@ -521,7 +521,7 @@ public class UserTicketController extends BaseApiController {
|
|
|
jsonObject.put("prizeList", ticketAwardsPrizes);
|
|
|
jsonObject.put("ticketId", ticket.getTicketId());
|
|
|
jsonObject.put("boxId", ticket.getBoxId());
|
|
|
- jsonObject.put("type", ticketBox.getType());
|
|
|
+ jsonObject.put("type", ticketBox.getType().getValue());
|
|
|
return AjaxResult.success(jsonObject);
|
|
|
}
|
|
|
|