Commit cc6aacbf authored by hanfeng's avatar hanfeng

修改实名认证

parent a32a189b
......@@ -95,7 +95,7 @@ public class XCFQPictureParsingImpl implements UserPictureParsing {
if ("back".equals(type)) {
if (MapUtil.isEmpty(reuslt)
|| !(reuslt.get("code").equals("1"))
|| !(reuslt.get("code").equals("2"))
) {
return null;
}
......
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