"jshERP-web/src/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "de1ee0c8c4a06cc24afc8748f7fbd04c20aa8c90"
Commit dcf3869f authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-core]: 快递鸟API调整

parent 337b0996
...@@ -12,13 +12,13 @@ import java.util.HashMap; ...@@ -12,13 +12,13 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* 快鸟物流查询服务 * 物流查询服务
* <p> *
* 3831775044640 韵达快递(YD) * 快递鸟即时查询API http://www.kdniao.com/api-track
*/ */
public class ExpressService { public class ExpressService {
//请求url //请求url
private String ReqURL = "http://api.kdniao.cc/Ebusiness/EbusinessOrderHandle.aspx"; private String ReqURL = "http://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx";
private ExpressProperties properties; private ExpressProperties properties;
......
Supports Markdown
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