Ethan Wang
Results
3
issues of
Ethan Wang
## 小程序事件推送和第三方平台接口推送是怎么处理的呢
为什么刷新首页会跳转登录页
1.读取gateway.json和logic.json的路径需要做出修改: ./gateway.json ==>gateway/cli/gateway.json ./logic.josn ==> logic/cli/logic.json 2.gateway.json中读取证书的路径需要作出修改: ./default.pem ==>gateway/cli/default.pem 3.curl 时需注意在windows环境下的写法为: curl http://localhost:7799/push/all -d "items=[{\"msg\": \"hi\"},{\"msg\": \"bye\"}]"