|
@@ -443,7 +443,7 @@ public class KuaiDi100 {
|
|
|
* @return
|
|
|
*/
|
|
|
public JSONObject selectCourierCompany2(String code,String num) {
|
|
|
- // 调用百度的接口
|
|
|
+ /*// 调用百度的接口
|
|
|
try {
|
|
|
String temp = logisticsConversions(code.toLowerCase());
|
|
|
String baiduURL = "https://sp0.baidu.com/9_Q4sjW91Qh3otqbppnN2DJv/pae/channel/data/asyncqury?cb=cb&appid=4001&nu="+num+"&com="+temp;
|
|
@@ -457,7 +457,7 @@ public class KuaiDi100 {
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
LoggerFactory.getLogger(KuaiDi100.class).error("", e);
|
|
|
- }
|
|
|
+ }*/
|
|
|
// 调用快递鸟的接口
|
|
|
try {
|
|
|
String result = selectCourierSF(code, num);
|