Commit 892a0df4 authored by hanfeng's avatar hanfeng

修改实名认证

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