异步触发第三方 App 服务指令时,success接口调用有时不触发
wmpf.Channel.invoke({
command: 'test',
success: function(res) {
console.log(res.data) //有时不触发
}
})
wmpf.Channel.invoke({
command: 'test',
success: function(res) {
console.log(res.data) //有时不触发
}
})