作者 lyh

gx

  1 +<?php
  2 +
  3 +namespace App\Console\Commands\AyrShare;
  4 +use Illuminate\Console\Command;
  5 +
  6 +class ShareUser extends Command
  7 +{
  8 + /**
  9 + * @name :(定时执行)handle
  10 + * @author :lyh
  11 + * @method :post
  12 + * @time :2023/5/12 14:48
  13 + */
  14 + public function handle()
  15 + {
  16 +
  17 + }
  18 +}