Skip to content

Commit dcf3869

Browse files
committed
chore[litemall-core]: 快递鸟API调整
1 parent 337b099 commit dcf3869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

litemall-core/src/main/java/org/linlinjava/litemall/core/express/ExpressService.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
import java.util.Map;
1313

1414
/**
15-
* 快鸟物流查询服务
16-
* <p>
17-
* 3831775044640 韵达快递(YD)
15+
* 物流查询服务
16+
*
17+
* 快递鸟即时查询API http://www.kdniao.com/api-track
1818
*/
1919
public class ExpressService {
2020
//请求url
21-
private String ReqURL = "http://api.kdniao.cc/Ebusiness/EbusinessOrderHandle.aspx";
21+
private String ReqURL = "http://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx";
2222

2323
private ExpressProperties properties;
2424

0 commit comments

Comments
 (0)