Commit 892a0df4 authored by hanfeng's avatar hanfeng

修改实名认证

parent 44a06c99
...@@ -58,7 +58,7 @@ public class XCFQAuthentication implements UserAuthentication { ...@@ -58,7 +58,7 @@ public class XCFQAuthentication implements UserAuthentication {
Map<String, String> headers = new HashMap<String, String>(); Map<String, String> headers = new HashMap<String, String>();
headers.put("Authorization", "APPCODE " + appcode2); headers.put("Authorization", "APPCODE " + appcode2);
try { try {
callExternalRequest(message, headers, 1); return callExternalRequest(message, headers, 1);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
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