...
|
...
|
@@ -56,9 +56,9 @@ public class LotteryController { |
|
|
* @param orderCode 订单编号
|
|
|
* @return 抽奖状态信息
|
|
|
*/
|
|
|
@RequestMapping("/getValidTimeOrderInfo")
|
|
|
@RequestMapping("/getValidOrderInfo")
|
|
|
@ResponseBody
|
|
|
public ApiResponse getValidTimeOrderInfo(@RequestBody LotteryVO vo) {
|
|
|
public ApiResponse getValidOrderInfo(@RequestBody LotteryVO vo) {
|
|
|
logger.info("Start getValidTimeOrderInfo with req {}", vo);
|
|
|
|
|
|
Integer userId = vo.getUserId();
|
...
|
...
|
|