mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 14:59:14 +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 待完成指令
|
|
|
|
} |