作者 竞泽

feat:hight version

@@ -12,14 +12,14 @@ class RefreshToken extends Command @@ -12,14 +12,14 @@ class RefreshToken extends Command
12 * 12 *
13 * @var string 13 * @var string
14 */ 14 */
15 - protected $signature = 'tiktok-shop:refresh.token'; 15 + protected string $signature = 'tiktok-shop:refresh.token';
16 16
17 /** 17 /**
18 * The console command description. 18 * The console command description.
19 * 19 *
20 * @var string 20 * @var string
21 */ 21 */
22 - protected $description = 'The refresh tiktok shop token'; 22 + protected string $description = 'The refresh tiktok shop token';
23 23
24 /** 24 /**
25 * Create a new command instance. 25 * Create a new command instance.