genMessageId 生成随机Id

genMessageId

生成随机Id,0.3.6版本后统一规范为promise返回

#请求参数

N/A

#接口调用示例

this.$bridge
  .genMessageId(params)
  .then(res => {
    this.$toast(res)
  })
  .catch(err => {
     this.$toast(err)
  })

#返回参数

  • 成功时返回 N/A
posted on 2024-12-18 09:24  AtlasLapetos  阅读(16)  评论(0)    收藏  举报