luckBaseInfo static method
Implementation
static luckBaseInfo(String liveId, onSuccess, onError) {
request(apiLuckBaseInfo, onSuccess, onError, dict: {"liveId": liveId});
}
static luckBaseInfo(String liveId, onSuccess, onError) {
request(apiLuckBaseInfo, onSuccess, onError, dict: {"liveId": liveId});
}