Java
String imgBase="******";
imgBase = URLEncoder.encode(imgBase64,"UTF-8");
options.put("url", imgBase64);
JSONObject res = client.generalUrl("",options);
base6 4应该用哪种方式传过去 文档中也没看到
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
编码格式对么
转成 二进制
byte[] imageByte=decoder.decodeBuffer(imgBase64);
JSONObject res = client.general(imageByte,options);
又会报image format error"