|
@ -19,15 +19,15 @@ public class YkyyService {
|
|
@Autowired
|
|
@Autowired
|
|
private HttpClientUtil httpClientUtil;
|
|
private HttpClientUtil httpClientUtil;
|
|
|
|
|
|
private static String yktUrl = "http://www.yanketong.com:133/api/";
|
|
|
|
|
|
private static String yktUrl = "http://www.yanketong.com:90/";
|
|
|
|
|
|
/**
|
|
/**
|
|
* 眼科医院单点登录接口
|
|
* 眼科医院单点登录接口
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public String getDoctorInfoByVerifycode(String verifyCode){
|
|
public String getDoctorInfoByVerifycode(String verifyCode){
|
|
String url = "Doctor/GetDoctorInfoByverifycode";
|
|
|
|
return httpClientUtil.get(url,"GBK");
|
|
|
|
|
|
String url = "api/Doctor/GetDoctorInfoByverifycode";
|
|
|
|
return httpClientUtil.get(yktUrl+url+"?verifyCode="+verifyCode,"GBK");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|