// /App.vue
onLaunch: function() {
// #ifdef APP-PLUS
const clientInfo = plus.push.getClientInfo()
console.log(clientInfo)
// #endif
}


返回信息:

{
"id": "unipush"
, "token": "54930dd7764bea63d367634169729xxx"
, "clientid": "54930dd7764bea63d367634169729xxx"
, "appid": "zQE9oBlmnF7SzV9bQPHxxx"
, "appkey": "ftjJNVX7Cu9iI8NEaMexxx"
}

————————————————
版权声明:本文为CSDN博主「sr_www」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/sr_www/article/details/104329496

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2023-01-26
  • 2021-07-19
相关资源
相似解决方案