异步触发第三方 App 服务指令时,success接口调用有时不触发

发布于 4 年前作者 xiulan418985 次浏览最后编辑 4 年前来自 issues
wmpf.Channel.invoke({
  command: 'test',
  success: function(res) {
    console.log(res.data)  //有时不触发
  }
})
0 回复
暂无回复