提交 dcafe220 编写于 作者: X xiaoyucoding

mp-alipay: ble api

上级 13ec437e
......@@ -287,6 +287,13 @@ const protocols = { // 需要做转换的 API 列表
args: {
orderInfo: 'orderStr'
}
},
getBLEDeviceServices: {
returnValue (result) {
result.services.forEach((item) => {
item.uuid = item.serviceId
})
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册