|
@@ -69,7 +69,7 @@ public class OAService {
|
|
|
log.info(uuid + "查询OA username的url========>" + getLoginNameUrl);
|
|
log.info(uuid + "查询OA username的url========>" + getLoginNameUrl);
|
|
|
String username = HttpClientUtil.sendOaGET_USERNAME(getLoginNameUrl);
|
|
String username = HttpClientUtil.sendOaGET_USERNAME(getLoginNameUrl);
|
|
|
log.info(uuid + "查询OA username的ticket====>" + ticket + ",res======>" + username);
|
|
log.info(uuid + "查询OA username的ticket====>" + ticket + ",res======>" + username);
|
|
|
- return HttpClientUtil.sendOaGET_USERNAME(getLoginNameUrl);
|
|
|
|
|
|
|
+ return username;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public String getTelNumber(String username) throws Exception{
|
|
public String getTelNumber(String username) throws Exception{
|