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