wx.cloud.deleteFile({

//微信云储存中的文件唯一身份fileID,最多可删除50条

      fileList:[‘cloud://cloud1-2gdy1j135e1bd916.636c-cloud1-2gdy1j135e1bd916-1305649097/images/0.33915293208100916’],

      success:(res=>{

        console.log(res)

      }),

      fail:(err=>{

        console.log(err)

      })

    })


版权声明:本文为qq_47997447原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/qq_47997447/article/details/120551611