联网api整理

This commit is contained in:
MrZ626
2021-01-01 03:56:48 +08:00
parent 0b59842908
commit 0ae960834d

View File

@@ -138,12 +138,14 @@ for i=1,#MODOPT do
end end
PATH={--Network API paths PATH={--Network API paths
api="/tech/api/v1", api="/tech/api/v1",
socket="/tech/socket/v1",
appInfo="/app/info", appInfo="/app/info",
users="/users", users="/users",
auth="/auth", auth="/auth",
access="/auth/access", access="/auth/access",
rooms="/online/rooms", rooms="/online/rooms",
socket="/tech/socket/v1",
play_room="/play_room",
chat_room="/chat_room", chat_room="/chat_room",
} }