Initial commit: webman project
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 播放音乐
|
||||
POST http://192.168.42.4:8888
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"sn": "ls20://0202AD1AE849",
|
||||
"type": "req",
|
||||
"name": "songs_queue_append",
|
||||
"params": {
|
||||
"tid": "234",
|
||||
"vol": 50,
|
||||
"urls": [
|
||||
{
|
||||
"name": "G.mp3",
|
||||
"uri": "http://192.168.42.168:8787/2026-05-10T172805.200.mpeg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
###
|
||||
GET http://192.168.42.168:8787/2026-05-10T170440.200.mpeg
|
||||
Reference in New Issue
Block a user