From 05cec3703d711306d678fdda67b257f50f28ba97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=AC=A3?= Date: Sat, 25 Dec 2021 18:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=8F=91=E5=B8=83=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E3=80=81=E5=BE=AE=E4=BF=A1=E8=8D=89=E7=A8=BF=E7=AE=B1?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 18a926c..1fbb4b5 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,8 @@ WeChatDeveloper 为开源项目,允许把它用于任何地方,不受任何 | Template.php | WeChat\Template | 微信模板消息接口支持 | 认证服务号 | \We::WeChatTemplate() | | User.php | WeChat\User | 微信粉丝管理接口支持 | 认证服务号 | \We::WeChatCard() | | Wifi.php | WeChat\Wifi | 微信门店WIFI管理支持 | 认证服务号 | \We::WeChatWifi() | +| Draft.php | WeChat\Draft | 微信草稿箱 | 认证服务号 | \We::WeChatDraft() | +| Freepublish.php | WeChat\Freepublish | 微信发布能力 | 认证服务号 | \We::WeChatFreepublish() | | Bill.php | WePay\Bill | 微信商户账单及评论 | 微信支付 | \We::WePayBill() | | Coupon.php | WePay\Coupon | 微信商户代金券 | 微信支付 | \We::WePayCoupon() | | Order.php | WePay\Order | 微信商户订单 | 微信支付 | \We::WePayOrder() |