convertImageToBase64 ss转换在线图片成 base64
convertImageToBase64 ^6.3
ss转换在线图片成 base64 数据返回(H5自行转换有跨域问题)
#请求参数
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
param |
Object |
Y |
{} 属性: url: |
请求参数 |
#接口调用示例
this.$bridge
.convertImageToBase64(params)
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
#返回参数
- 成功时返回
| Prop | Type | Default | Description |
|---|---|---|---|
base64 |
String |
N/A |
- |
浙公网安备 33010602011771号