Skip to content

Shanxuns/music

Repository files navigation

music

启动命令

linux: ./linux_amd64_LuaWeb ./config.ini

windows: ./windows_amd64_LuaWeb.exe ./config.ini

macOS: ./macOS_amd64_LuaWeb ./config.ini

img.png

GET 搜索

GET /search.lua

请求参数

名称 位置 类型 必选 说明
search query string none

POST 登陆

POST /login.lua

请求参数

名称 位置 类型 必选 说明
user query string none
password query string none

POST 注册

POST /register.lua

请求参数

名称 位置 类型 必选 说明
user query string none
password query string none

GET 下载

GET /download.lua

请求参数

名称 位置 类型 必选 说明
id query string none

POST 上传

POST /upload.lua

Body 请求参数

file: file.mp3
name: 有何不可

请求参数

名称 位置 类型 必选 说明
body body object none
» file body string(binary) none
» name body string none

About

开源music服务端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors