File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ class WeChatController extends Controller
117117##### 使用外观
118118
119119``` php
120- $officialAccount = EasyWeChat::officialAccount(); // 公众号
121- $work = EasyWeChat::work(); // 企业微信
122- $payment = EasyWeChat::payment(); // 微信支付
123- $openPlatform = EasyWeChat::openPlatform(); // 开放平台
124- $miniProgram = EasyWeChat::miniProgram(); // 小程序
120+ $officialAccount = \ EasyWeChat::officialAccount(); // 公众号
121+ $work = \ EasyWeChat::work(); // 企业微信
122+ $payment = \ EasyWeChat::payment(); // 微信支付
123+ $openPlatform = \ EasyWeChat::openPlatform(); // 开放平台
124+ $miniProgram = \ EasyWeChat::miniProgram(); // 小程序
125125
126126 // 均支持传入配置账号名称
127- EasyWeChat::officialAccount('foo'); // `foo` 为配置文件中的名称,默认为 `default`
127+ \ EasyWeChat::officialAccount('foo'); // `foo` 为配置文件中的名称,默认为 `default`
128128 //...
129129```
130130
You can’t perform that action at this time.
0 commit comments