An open API service indexing awesome lists of open source software.

https://github.com/lcp0578/unipush

UniPush
https://github.com/lcp0578/unipush

Last synced: about 1 month ago
JSON representation

UniPush

Awesome Lists containing this project

README

        

# UniPush
UniPush

### 安装

composer require lcp0578/unipush
### 配置

define('APPID','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的AppID
define('APPKEY','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的AppKey
define('MASTERSECRET','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的MasterSecret
define('HOST','http://sdk.open.api.igexin.com/apiex.htm'); // 个推推送平台服务器地址

define('PACKAGENAME','io.dcloud.XXXX'); //应用包名,修改为自己应用的包名