Skip to content

Commit 6653304

Browse files
committed
WIP
1 parent 4ffd45b commit 6653304

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
[![License](https://poser.pugx.org/finecho/logistics/license)](https://packagist.org/packages/finecho/logistics)
1111

1212
## ⚠️ 更新提示
13-
1. 物流查询方法修改为:$order = $logistics->query('805741929402797742', '圆通');
13+
1. 物流查询方法修改为:`$order = $logistics->query('805741929402797742', '圆通');`
1414
2. 快递100 类名由 `Kuaidi100` 修改为 `Kd100`
15-
3. 返回物流状态已统一,具体请查看:src/Interfaces/LogisticsStatus.php
15+
3. 返回物流状态已统一,具体请查看:`src/Interfaces/LogisticsStatus.php`
1616
4. 抽象物流状态为五种结果:
17-
* has_progresses:是否已经有动态
18-
* progress_cutoff:动态是否已经截止
19-
* is_signed:是否签收
20-
* is_troublesome:是否问题件
21-
* is_return:是否退回件
17+
* `has_progresses`: 是否已经有动态
18+
* `progress_cutoff`: 动态是否已经截止
19+
* `is_signed`: 是否签收
20+
* `is_troublesome`: 是否问题件
21+
* `is_return`: 是否退回件
2222

2323
## 介绍
2424

2525
目前已支持四家平台
2626

27-
* 阿里云 [Aliyun](https://homenew.console.aliyun.com/)
28-
* 聚合数据 [Juhe](https://www.juhe.cn/docs/api/id/43)
29-
* 快递100 [Kd100](https://www.kuaidi100.com/)
30-
* 快递鸟 [kdniao](https://www.kdniao.com/)
27+
* [阿里云](https://homenew.console.aliyun.com/)
28+
* [聚合数据](https://www.juhe.cn/docs/api/id/43)
29+
* [快递100](https://www.kuaidi100.com/)
30+
* [快递鸟](https://www.kdniao.com/)
3131

3232
## 安装
3333

@@ -164,7 +164,7 @@ $order->getCompany(); // 物流公司简称
164164
$order->getNo(); // 物流单号
165165
$order->getStatus(); // 当前物流单状态
166166
167-
`注:#物流状态可能不是一定准确的#`
167+
// 注:物流状态可能不一定准确
168168
169169
$order->getDisplayStatus(); // 当前物流单状态展示名
170170
$order->getAbstractStatus(); // 当前抽象物流单状态
@@ -179,7 +179,6 @@ $order->getOriginal(); // 获取接口原始返回信息
179179

180180
```
181181
string order(string $no, string $company = null)
182-
183182
```
184183
> - `$no` - 物流单号
185184
> - `$company` - 快递公司名(通过 $companies = $logistics->companies(); 获取)

0 commit comments

Comments
 (0)