Skip to content

Commit f04a913

Browse files
Kauid323QianLin-Jiaxi
authored andcommitted
Update check.md
1 parent 2c2d7f4 commit f04a913

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/api/v1/check.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: check
88
## 获取云湖新版本(Android版本)
99

1010
POST /v1/check/check-version-mobile
11+
1112
POST /v1/check/get-latest-version
1213

1314
请求体:
@@ -22,6 +23,20 @@ POST /v1/check/get-latest-version
2223
}
2324
```
2425

26+
::: packageInfo转换后的json结构
27+
28+
```JSONC
29+
"packageInfo": "{
30+
"appName": "云湖" // 软件名称
31+
"packageName": "com.yhchat.app", // 软件包名
32+
"version": "1.4.83", // 软件版本
33+
"buildNumber": "347" // 软件构建号
34+
}"
35+
```
36+
37+
:::
38+
39+
2540
响应体:
2641

2742
```JSONC

0 commit comments

Comments
 (0)