File tree Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ Laravel admin 的微信扩展、支持多公众号、多小程序、多微信支
4
4
5
5
本扩展使用了 [ EasyWeChat] ( https://www.easywechat.com/ ) ,微信实例使用可移步到 [ EasyWeChat 文档] ( https://www.easywechat.com/docs )
6
6
7
+ ![ 3@6ZH77BL2I_PKOASD~ 6T2T.png] ( https://i.loli.net/2020/02/07/2jqXJfyWFTxmK7S.png )
8
+
9
+ ![ H__ `P5CEM2W5KK_HJ_R2_3D.png] ( https://i.loli.net/2020/02/07/ckf1IRLYGZsS6HK.png )
10
+
11
+ ## TO DO
12
+
13
+ ### 后台
14
+
15
+ - [x] 公众号与小程序配置
16
+ - [x] 公众号用户
17
+ - [x] 公众号菜单
18
+ - [x] 小程序用户
19
+ - [x] 微信支付配置
20
+ - [ ] 公众号卡券
21
+ - [ ] 公众号门店
22
+ - [ ] 公众号模板消息
23
+ - [ ] 公众号素材
24
+ - [ ] 公众号客服
25
+ - [ ] 开放平台
26
+ - [ ] 微信支付订单
27
+ - [ ] 微信支付退款
28
+ - [ ] 微信支付红包
29
+ - [ ] 小程序其他解密接口
30
+
7
31
## 安装
8
32
9
33
安装依赖
@@ -47,26 +71,6 @@ return [
47
71
];
48
72
```
49
73
50
- ## TO DO
51
-
52
- ### 后台
53
-
54
- - [x] 公众号与小程序配置
55
- - [x] 公众号用户
56
- - [x] 公众号菜单
57
- - [x] 小程序用户
58
- - [x] 微信支付配置
59
- - [ ] 公众号卡券
60
- - [ ] 公众号门店
61
- - [ ] 公众号模板消息
62
- - [ ] 公众号素材
63
- - [ ] 公众号客服
64
- - [ ] 开放平台
65
- - [ ] 微信支付订单
66
- - [ ] 微信支付退款
67
- - [ ] 微信支付红包
68
- - [ ] 小程序其他解密接口
69
-
70
74
## 接口
71
75
72
76
对于本人来说, ` laravel-admin-wechat ` 另一个有价值的点在于自带的接口,尽管内容不多,但因为做项目比较多经常要新建用户表,写登录逻辑,但实际上代码基本都一样,这也是为什么会提供基础的接口
You can’t perform that action at this time.
0 commit comments