Skip to content

Commit e90336b

Browse files
committed
Update vip.md
规范了文档格式,修改了平台属性注释错误的问题
1 parent 980cca9 commit e90336b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/api/v1/vip.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ POST /v1/vip/vip-product-list
1818
请求体:
1919
```JSONC
2020
{
21-
"platform": "Web" // 识别请求标识
21+
"platform": "Web" // 平台标识码,为web/Windows/android等
2222
}
2323
```
2424

@@ -37,6 +37,7 @@ POST /v1/vip/vip-product-list
3737
"day": 31, // vip持续时间
3838
"productId": "" // 产品id(?
3939
}
40+
// ...
4041
],
4142
"qrCodeUrl": "https://www.yhchat.com/" // 二维码(QRCode)获取地址(?
4243
},
@@ -66,6 +67,7 @@ GET /v1/vip/vip-benefits-list
6667
"target": "", // 针对xxx
6768
"sort": 100 // 排序
6869
}
70+
// ...
6971
]
7072
},
7173
"msg": "success" // 返回消息

0 commit comments

Comments
 (0)