作者 lyh

gx

<?php
namespace App\Console\Commands\AyrShare;
use Illuminate\Console\Command;
class ShareUser extends Command
{
/**
* @name :(定时执行)handle
* @author :lyh
* @method :post
* @time :2023/5/12 14:48
*/
public function handle()
{
}
}
... ...