Skip to content

Commit

Permalink
Merge pull request #25 from fabian4/test_guide
Browse files Browse the repository at this point in the history
feat: add test guide
  • Loading branch information
lijiarui authored Feb 25, 2022
2 parents 8b04f00 + dc70004 commit 1dbc10f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 前提环境

1. 申请 5G 开发者权限、应用调试工具
1. 申请 5G 开发者权限。

👉 [5G消息开发者社区平台](https://www.5g-msg.com)

Expand All @@ -22,12 +22,26 @@
- `WECHATY_PUPPET_WALNUT_SIPID`: Chatbot的sipId。
- `WECHATY_PUPPET`:wechaty-puppet-walnut

3. 配置公网环境
3. 配置公网环境

> 如果是本地调试,则需要将在申请 5G 开发者时填入的公网地址,映射到本地才可以监听到`chatbot`接收到的消息
这里推荐使用 [Frp](https://github.com/fatedier/frp),来进行端口的映射。Walnut本身集成的 sever 端口默认为 **3000**,将公网地址映射到本地即可

## 安装本地调试环境

1. 下载安装调试客户端。

> 需要一部非 IOS 系统的手机
下载并且安装 👉 [终端测试消息APP](https://www.5g-msg.com/#/bussinessInformation)

2. 打开 app ,将其设置为系统的默认信息应用。
3. 关闭wifi,确保使用手机流量上网。
4. 右上角 -> 设置 -> 常规 -> 融合通信登录。
5. 联系硬核桃社区申请账号密码。
6. 登录成功之后就可以收到我们 chatbot 发送的消息了🎉。

## 运行方法

### 安装依赖
Expand Down

0 comments on commit 1dbc10f

Please sign in to comment.