diff --git a/README.md b/README.md
index b23a3ab..57275e9 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,31 @@ pip install -r requirements.txt
# 环境要求
Python >= 3
-# 参数列表
-http://127.0.0.1:5000/Song_V1?ids=(填写歌曲链接或者ID)&level=(填写需要解析的音质)&type=(down json text)
+# 请求示例
-黑胶VIP音质选择 standard, exhigh, lossless, hires, jyeffect
-黑胶SVIP音质选择 sky, jymaster
+如图箭头显示
+
+
+
+## 参数列表
+
+请求链接选择http://ip:port/Song_V1
+
+请求方式 GET & POST
+
+| 参数列表 | 参数说明 |
+| ---- | ---- |
+| url & ids | 解析获取到的网易云音乐地址 *任选其一|
+| level | 音质参数(请看下方音质说明) |
+| type | 解析类型 json down text *任选其一 |
# 音质说明
standard(标准音质), exhigh(极高音质), lossless(无损音质), hires(Hi-Res音质), jyeffect(高清环绕声), sky(沉浸环绕声), jymaster(超清母带)
-# 演示列表
+黑胶VIP音质选择 standard, exhigh, lossless, hires, jyeffect
+黑胶SVIP音质选择 sky, jymaster
+
+# 演示站点
[在线解析](https://api.toubiec.cn/wyapi.html)
# 注意事项