添加推送测试说明

This commit is contained in:
Easy 2022-01-19 10:53:18 +08:00
parent 43ada9e993
commit c65e41b227
1 changed files with 9 additions and 0 deletions

9
doc/调试文档.md Normal file
View File

@ -0,0 +1,9 @@
# 调试FAQ
## 推送调试
命令行测试:
```bash
../docker/web/gorush -ios -m "推送内容" -c "ios.yml" --topic "com.pushdeer.app.ios" -t "DeviceToken"
```