哭泣咖啡豆

文章
3
资源
0
加入时间
3年0月20天

apns生产环境配置

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