From 64301f444dafa05f6bd495e5403c4a95dddf6cc8 Mon Sep 17 00:00:00 2001 From: YanYL Date: Sun, 21 Jul 2019 00:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push/UniPush/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/push/UniPush/README.md b/push/UniPush/README.md index 2e4a2f9..fbb7311 100644 --- a/push/UniPush/README.md +++ b/push/UniPush/README.md @@ -1,4 +1,4 @@ -# 个推推送平台 +# UniPush推送 ## 使用说明 @@ -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/)。