Skip to content

Releases: thisliu/logistics

3.1.1: Merge pull request #34 from lw006/patch-2

13 Dec 15:16
ceb2543
Compare
Choose a tag to compare

udpate composer.json

22 Jan 14:25
977dce7
Compare
Choose a tag to compare
Merge pull request #30 from overtrue/patch-1

Update composer.json

3.0.1: Merge pull request #30 from overtrue/patch-1

21 Jan 14:32
977dce7
Compare
Choose a tag to compare

3.0.0

04 Sep 15:14
Compare
Choose a tag to compare

物流抽象状态名称调整

  1. has_progresses -> has_active
  2. progress_cutoff -> has_ended
  3. is_signed -> has_signed
  4. is_troublesome -> has_troubled
  5. is_return -> has_returned

2.3.0

20 Aug 09:29
Compare
Choose a tag to compare
  1. 物流查询方法修改为:$order = $logistics->query('805741929402797742', '圆通');
  2. 快递100 类名由 Kuaidi100 修改为 Kd100
  3. 返回物流状态已统一,具体请查看:src/Interfaces/LogisticsStatus.php
  4. 抽象物流状态为五种结果:
    • has_progresses: 是否已经有动态
    • progress_cutoff: 动态是否已经截止
    • is_signed: 是否签收
    • is_troublesome: 是否问题件
    • is_return: 是否退回件

2.2.1

04 Jun 06:19
Compare
Choose a tag to compare
  • 更新 README.md
  • 添加 LICENSE 证书
  • 添加徽章

2.2.0

30 May 01:40
56db29b
Compare
Choose a tag to compare

添加快递鸟平台

2.1.1

27 May 10:20
300e210
Compare
Choose a tag to compare

bug 修复

2.1.0

27 May 08:43
Compare
Choose a tag to compare

加入 快递100平台

2.0.0

24 May 08:13
Compare
Choose a tag to compare

整体架构调整