@@ -1242,3 +1242,16 @@ export function getCategoryType(data) {
data,
});
}
+
+/**
+ * 直播数据
+ * @return {AxjxPromise}
+ */
+export function getLiveCnt(data) {
+ return ajax({
+ urlType: "rankApi",
+ url: "/live/liveCnt",
+ method: "GET",
+ data,
+ });
+}