doLottery static method
dynamic
doLottery()
Implementation
static doLottery(bool isNorTab, int lotteryTimes, String liveId, onSuccess, onError) {
request(apiLuckDolottery, onSuccess, onError, dict: {"lotteryType": isNorTab ? 1 : 2, "lotteryTimes": lotteryTimes, "liveId": liveId});
}