Commit 36bf1853 authored by 周健威's avatar 周健威

修改身份验证编号

parent a73e8af8
...@@ -140,7 +140,7 @@ public class XCFQPictureParsingImpl implements UserPictureParsing { ...@@ -140,7 +140,7 @@ public class XCFQPictureParsingImpl implements UserPictureParsing {
Map<String, String> querys = new HashMap<String, String>(); Map<String, String> querys = new HashMap<String, String>();
Map<String, String> bodys = new HashMap<String, String>(); Map<String, String> bodys = new HashMap<String, String>();
String imgUrlToBase64 = getImgUrlToBase64(imageUrl); String imgUrlToBase64 = getImgUrlToBase64(imageUrl);
bodys.put("image", imgUrlToBase64); bodys.put("image", "data:image/png;base64,"+ imgUrlToBase64);
try { try {
return callExternalRequest(headers,querys,bodys,1); return callExternalRequest(headers,querys,bodys,1);
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment