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 -
posted on 2024-12-17 09:28  AtlasLapetos  阅读(7)  评论(0)    收藏  举报