File tree Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 1
- # vbot-express
2
- vbot快递查询扩展
1
+ # blacklist
2
+ 快递查询扩展
3
+
4
+ 可以自动检测快递类型进行快递查询,仅仅需要输入快递单号,就可以得到完整的快递信息。
5
+
6
+
7
+ ## 要求
8
+
9
+ 无
3
10
4
11
## 安装
5
- 1 . composer
12
+
6
13
```
7
- $ composer require 96qbhy/vbot-express:dev-master
14
+ composer require 96qbhy/vbot-express:dev-master
8
15
```
9
16
10
- 2 . 在 ` vbot ` 中加载扩展
17
+ ## 扩展属性
18
+
11
19
``` php
12
- $robot = new Vbot([//vbot配置...]);
13
-
14
- $robot->messageExtension->load([
15
- // some extensions
16
- VbotExpress::class,
17
- ]);
18
-
19
- //...
20
+ name: express
21
+ zhName: 快递查询
22
+ author: 96qbhy
20
23
```
21
24
25
+ ## 触发关键字
26
+
27
+ 无
28
+
29
+ ## 配置项
30
+
31
+ 无
32
+
33
+ ## 扩展负责人
22
34
23
- ## 使用示例
24
- ![ 使用示例] ( http://resources.96qbhy.com/Y5019_9i33DsrrKzkK8s )
35
+ [ 96qbhy] ( https://github.com/96qbhy )
25
36
37
+
Original file line number Diff line number Diff line change 2
2
"name" : " 96qbhy/vbot-express" ,
3
3
"description" : " 简单的快递查询接口。" ,
4
4
"license" : " MIT" ,
5
- "version" : " 1.0.0" ,
6
5
"authors" : [
7
6
{
8
7
"name" : " 96qbhy" ,
You can’t perform that action at this time.
0 commit comments