1 Star 0 Fork 13

summer/TinyShop

forked from 简言/TinyShop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AddonMessage.php 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
简言 提交于 2020-03-12 13:10 . 初始化
<?php
namespace addons\TinyShop;
use Yii;
use common\interfaces\AddonWidget;
/**
* 微信消息处理
*
* Class AddonMessage
* @package addons\TinyShop */
class AddonMessage implements AddonWidget
{
/**
* @param $message
* @return string
* @throws \yii\base\InvalidConfigException
*/
public function run($message)
{
return '示例模块' . Yii::$app->formatter->asDatetime(time());
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/momer/TinyShop.git
git@gitee.com:momer/TinyShop.git
momer
TinyShop
TinyShop
master

搜索帮助