add dynamic access token support

This commit is contained in:
crazywhalecc
2023-01-18 01:51:14 +08:00
committed by Jerry
parent da134594fb
commit 94de3a27bb
2 changed files with 8 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class Framework
public const VERSION_ID = 674;
/** @var string 版本名称 */
public const VERSION = '3.0.0-beta6';
public const VERSION = '3.0.0-beta7';
/** @var array 传入的参数 */
protected array $argv;