app.scanCode()
H5调用扫码接口
示例代码 :
|
1
2
3
4
5
6
7
8
9
|
说明: js调用和信通app原生ios/android扫码
app.scanCode();
var mhx = new Object();
|