From ecbf67b95ad94259616b6635c7b242c745bb2ac7 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Thu, 7 Dec 2023 14:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=AA=E6=92=AD=E6=88=BF?= =?UTF-8?q?=E5=B0=8F=E6=97=B6=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/modules/room_rank/js/hourRank.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/yinmeng/modules/room_rank/js/hourRank.js b/view/yinmeng/modules/room_rank/js/hourRank.js index fcd8fff..399f97b 100644 --- a/view/yinmeng/modules/room_rank/js/hourRank.js +++ b/view/yinmeng/modules/room_rank/js/hourRank.js @@ -57,7 +57,7 @@ function getHourRank () { showLoading() networkRequest({ type: 'GEt', - url: urlPrefix + '/room/permitRoom/hourRank', + url: urlPrefix + '/single/broadcast/listHourRank', data: { roomUid: urlData.roomUid,pageSize:30 }, success (res) { if (res.code === 200) {