dream-jsbridge
v1.0.0
Published
jsbridge
Downloads
7
Readme
dream-jsbridge
安装
yarn add dream-jsbridge使用
import Bridge from 'dream-jsbridge';
Bridge.fetch({
url: 'https://xxx',
data: {
id: 'xxx'
},
success(res) {
console.log(res.data);
}
});