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