抽奖 maps为空
This commit is contained in:
@@ -176,7 +176,7 @@ public class DiscSpinningController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new Result().put("data",
|
return new Result().put("data",
|
||||||
draws(amount, orderId, userId, maps.get("source") == null ? "order" : maps.get("source").toString()));
|
draws(amount, orderId, userId, maps == null || maps.get("source") == null ? "order" : maps.get("source").toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/app/discSpinning/receive")
|
@PostMapping("/app/discSpinning/receive")
|
||||||
|
|||||||
Reference in New Issue
Block a user