xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

基于 laravel 和 EasyWechat 開(kāi)發(fā)的微信消息模板通知功能

資源截圖

代碼片段和文件信息

/**
?*?Created?by?PhpStorm.
?*?User:?HanSon
?*?Date:?2017/2/15
?*?Time:?13:24
?*/

namespace?Hanson\WechatNotice;


use?EasyWeChat\Foundation\Application;

class?Notice
{

????/**
?????*?@var?Application
?????*/
????public?$wechat;

????private?$failClosure;

????/**
?????*?Notice?constructor.
?????*/
????public?function?__construct()
????{
????????$config?=?config(‘services.wechat‘);
????????$this->wechat?=?is_array($config)???new?Application(config(‘services.wechat‘))?:?null;
????}

????/**
?????*?set?a?exist?wechat?instance
?????*
?????*?@param?$wechat
?????*?@return?$this
?????*/
????public?function?setWechat($wechat)
????{
????????$this->wechat?=?$wechat;
????????return?$this;
????}

????public?function?setConfig($config)
????{
????????$this->wechat?=?new?Application($config);
?

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-16?08:24??wechat-notice-master\
?????文件?????????270??2017-02-16?08:24??wechat-notice-master\.gitignore
?????文件????????1063??2017-02-16?08:24??wechat-notice-master\LICENSE
?????文件????????1448??2017-02-16?08:24??wechat-notice-master\README.md
?????文件?????????537??2017-02-16?08:24??wechat-notice-master\composer.json
?????目錄???????????0??2017-02-16?08:24??wechat-notice-master\src\
?????文件????????2356??2017-02-16?08:24??wechat-notice-master\src\Notice.php
?????文件?????????384??2017-02-16?08:24??wechat-notice-master\src\NoticeFacade.php
?????文件?????????409??2017-02-16?08:24??wechat-notice-master\src\NoticeServiceProvider.php
?????目錄???????????0??2017-02-16?08:24??wechat-notice-master\tests\
?????文件????????2100??2017-02-16?08:24??wechat-notice-master\tests\NoticeTest.php

評(píng)論

共有 條評(píng)論