# genMessageId

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

# 请求参数

N/A

# 接口调用示例


this.$bridge
  .genMessageId(params)
  .then(res => {
    this.$toast(res)
  })
  .catch(err => {
     this.$toast(err)
  })
1
2
3
4
5
6
7
8
9

# 返回参数

  • 成功时返回 N/A
Last Updated: 12/3/2024, 9:41:43 AM