Commit f51b5e78 authored by 周健威's avatar 周健威

修改身份验证编号

parent 19abad6b
...@@ -83,7 +83,7 @@ public class XCFQPictureParsingImpl implements UserPictureParsing { ...@@ -83,7 +83,7 @@ public class XCFQPictureParsingImpl implements UserPictureParsing {
} }
private Map<String,String> judgeAccordingToAnalyticalData(String imageUrl, String type) { private Map<String,String> judgeAccordingToAnalyticalData(String imageUrl, String type) {
String json = imageParse(imageUrl); String json = imageParseBase64(imageUrl);
log.info("json:" + json); log.info("json:" + json);
if (StringUtils.isBlank(json)) { if (StringUtils.isBlank(json)) {
......
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