mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
12 lines
134 B
PHP
12 lines
134 B
PHP
<?php
|
|
|
|
|
|
namespace app\wechat\command;
|
|
|
|
use think\console\Command;
|
|
|
|
class WechatFans extends Command
|
|
{
|
|
// @todo 待完成指令
|
|
|
|
} |