ThinkAdmin/app/wechat/command/WechatFans.php
2019-12-09 19:03:43 +08:00

12 lines
134 B
PHP

<?php
namespace app\wechat\command;
use think\console\Command;
class WechatFans extends Command
{
// @todo 待完成指令
}