-
Notifications
You must be signed in to change notification settings - Fork 0
Home
あまみや ゆうこ edited this page Jun 23, 2016
·
5 revisions
/SignIn
登录
- Username
- Password
成功返回Token,失败返回“Access Denied”
/GetMusic
返回曲目列表JSON
[{ "Id": "00000000-0000-0000-0000-000000000000", "Title": "xxx", "Level": 10 }, { "Id": "00000000-0000-0000-0000-000000000000", "Title": "xxx", "Level": 10 }, { "Id": "00000000-0000-0000-0000-000000000000", "Title": "xxx", "Level": 10 }]
/SubmitScore
提交曲目成绩
- Id 曲目ID
- Token 用户Token
- Score 分数
成功返回"OK"并且StatusCode为200。其他情况就是失败。
/GetInstrument
获取伴奏音乐
- Id 曲目ID
成功返回文件,失败返回“Not Found”并且StatusCode为404