Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dcloudio/H5P.Server
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayDC committed Jul 22, 2019
2 parents 2693b64 + 64301f4 commit c032895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions push/UniPush/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 个推推送平台
# UniPush推送


## 使用说明
Expand All @@ -22,15 +22,15 @@
**HBuilderX默认的真机运行基座可在此页面发送[https://demo.dcloud.net.cn/push/unipush.HBuilder/index.php](https://demo.dcloud.net.cn/push/unipush.HBuilder/index.php)**


##常见问题
## 常见问题

###设置代理
### 设置代理
如果开发者自己业务服务器需要通过代理访问外网,请在igetui\utils\HttpManager.php页面
查找以下代码修改为部署服务器环境的代理服务器
```
curl_setopt($curl, CURLOPT_PROXY, '10.241.32.57:3128');//修改为服务器环境的代理地址
```

###支持语言
### 支持语言
这里仅提供PHP示例,官方还支持C#、JAVA、PYTHON、Node.js、C++等语言,请参考个推官方[文档中心](http://docs.getui.com/)

0 comments on commit c032895

Please sign in to comment.