Skip to content

Commit 78ed562

Browse files
authored
Merge pull request #88 from haoxiuwen/doc-shengwang
Modify Minor Formats
2 parents 849ddbc + 91445fa commit 78ed562

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/docs/sdk/android/data_center.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434

3535
2. Web 端和小程序端 SDK 集成需要根据数据中心,填写配置对应的 webSocket 地址。
3636

37-
| 数据中心名称 | Socket 地址 |
37+
| 数据中心 | Socket 地址 |
3838
| :--------- | :----- |
3939
| 中国 | wss://im-api-c1.chat.rtnsvc.com 或 wss://im-api-c1.chat.realtimemesh.com |
4040

4141
3. RESTful 接口请求地址如下:
4242

43-
| 数据中心名称 | RESTful API 请求地址 |
43+
| 数据中心 | RESTful API 请求地址 |
4444
| :--------- | :----- |
4545
| 中国 | https://c1.chat.rtnsvc.comhttps://c1.chat.realtimemesh.com |
4646

4747
4. 微信小程序、支付宝小程序的具体地址如下:
4848

49-
| 数据中心名称 | 微信小程序 | 支付宝小程序 |
49+
| 数据中心 | 微信小程序 | 支付宝小程序 |
5050
| :--------- | :----- | :----- |
5151
| 中国 | im-api-wechat-c1.chat.rtnsvc.com 或 im-api-wechat-c1.chat.realtimemesh.com | im-api-alipay-c1.chat.rtnsvc.com 或 im-api-alipay-c1.chat.realtimemesh.com |
5252

docs/docs/sdk/android/product_user_registration_login.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
- 调用 [RESTful API](/docs/sdk/server-side/account_system.html#注册用户) 注册用户账号,注册后保存到你的服务器或返给客户端。
1010

11-
-[声网控制台](https://console.shengwang.cn/overview)按照如下步骤创建用户:
11+
-[声网控制台](https://console.shengwang.cn/overview)上创建用户。
12+
13+
### 创建用户
14+
15+
[声网控制台](https://console.shengwang.cn/overview)按照如下步骤创建用户:
1216

1317
1. 展开控制台左上角下拉框,选择需要开通即时通讯 IM 服务的项目。
1418

@@ -58,6 +62,6 @@
5862
![img](/images/product/login_userid_token.png)
5963

6064
:::tip
61-
关 token 鉴权,详见 [Token](/docs/sdk/server-side/token_authentication.html)
65+
关 token 鉴权,详见 [使用 Token 鉴权](/docs/sdk/server-side/token_authentication.html)
6266
:::
6367

docs/docs/sdk/applet/wechat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### 搭建微信小程序开发环境
1010

11-
首先需要下载并安装 [开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html),然后按照微信小程序的 [接入流程](https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/getstart.html#%E7%94%B3%E8%AF%B7%E5%B8%90%E5%8F%B7)一步步创建一个小程序
11+
首先需要下载并安装 [开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html),然后按照微信小程序的 [接入流程](https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/getstart.html#%E7%94%B3%E8%AF%B7%E5%B8%90%E5%8F%B7)一步步创建一个小程序
1212

1313
### 配置服务器域名
1414

0 commit comments

Comments
 (0)