We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980cca9 commit e90336bCopy full SHA for e90336b
1 file changed
src/api/v1/vip.md
@@ -18,7 +18,7 @@ POST /v1/vip/vip-product-list
18
请求体:
19
```JSONC
20
{
21
- "platform": "Web" // 识别请求标识
+ "platform": "Web" // 平台标识码,为web/Windows/android等
22
}
23
```
24
@@ -37,6 +37,7 @@ POST /v1/vip/vip-product-list
37
"day": 31, // vip持续时间
38
"productId": "" // 产品id(?
39
40
+ // ...
41
],
42
"qrCodeUrl": "https://www.yhchat.com/" // 二维码(QRCode)获取地址(?
43
},
@@ -66,6 +67,7 @@ GET /v1/vip/vip-benefits-list
66
67
"target": "", // 针对xxx
68
"sort": 100 // 排序
69
70
71
]
72
73
"msg": "success" // 返回消息
0 commit comments