Skip to content

Commit e821fde

Browse files
Kauid323QianLin-Jiaxi
authored andcommitted
Create beta.md
1 parent c98f0a0 commit e821fde

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/api/v1/beta.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: beta
3+
---
4+
5+
未特别说明情况下请求域名均为 https://chat-go.jwzhd.com
6+
没写请求/响应项目表示不需要相关参数.
7+
8+
## 获取内测状态
9+
10+
POST /v1/beta/info
11+
12+
请求头:
13+
14+
|名称|必须|备注|
15+
|-----|-----|-----|
16+
|token|||
17+
18+
响应体:
19+
```JSONC
20+
{
21+
"code": 1, // 请求状态码,1为正常
22+
"data": {
23+
"beta": "allow", // 是否为内测用户,allow-是,noapply-否
24+
"info": "\n即将内测的功能:\n1、更加完整的内测功能\n2、邀请码自定义功能\n3、地区排名活动\n4、网页版云湖\n"
25+
}, // 内测信息
26+
"msg": "success" // 返回消息
27+
}
28+
```

0 commit comments

Comments
 (0)