哭泣咖啡豆

文章
3
资源
0
加入时间
2年10月21天

apns生产环境配置

let service = new apn.Provider({ cert: "certs/PushCert.pem", key: "certs/PushKey.pem", passphrase:"xxx", //ios push 证书密码 production: false //true使用ios正式环境push通道 ...