修改之前场景名打错,准备好获取房间列表的api

This commit is contained in:
MrZ626
2020-12-27 21:49:33 +08:00
parent e6221b5f42
commit b769d1b1d5
9 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ local function fresh()
rooms=nil
httpRequest(
task_fetchRooms,
PATH.api..PATH.access,
PATH.api..PATH.rooms,
"GET"
)
end