Selaa lähdekoodia

12-05 域名由http://39.98.201.114:30001/router/rest替换 成
http://gw.api.taobao.com/router/rest .

shenliang 3 vuotta sitten
vanhempi
commit
94899e9515
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/uas/eis/serviceImpl/InsertServiceImpl.java

+ 1 - 1
src/main/java/com/uas/eis/serviceImpl/InsertServiceImpl.java

@@ -92,7 +92,7 @@ public class InsertServiceImpl implements InsertService {
             String session_Key = list.get(z).get("tb_code").toString();
 
             if (sa_remark == null || sa_remark == "") {
-                TaobaoClient client = new DefaultTaobaoClient("http://39.98.201.114:30001/router/rest", "31921866", "7121c52d4c9970ba08bf09e2f525acd0");
+                TaobaoClient client = new DefaultTaobaoClient("http://gw.api.taobao.com/router/rest", "31921866", "7121c52d4c9970ba08bf09e2f525acd0");
                 TradesSoldGetRequest req = new TradesSoldGetRequest();  //正常备份接口
                 req.setFields("total_results,has_next,trades,seller_nick,pic_path,payment,seller_rate,post_fee,receiver_name,receiver_state,receiver_address,receiver_zip,receiver_mobile"+
                         ",receiver_phone,consign_time,received_payment,receiver_country,receiver_town,order_tax_fee,shop_pick,tid,num,num_iid,status,title,type,price,discount_fee"+