mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
update to 2.7.0 release (build 447)
This commit is contained in:
@@ -73,6 +73,6 @@
|
|||||||
| E00071 | 框架找不到对应类型的 API 调用类 | 检查 `getExtendedAPI($name)` 传入的 `$name` 是否正确 |
|
| E00071 | 框架找不到对应类型的 API 调用类 | 检查 `getExtendedAPI($name)` 传入的 `$name` 是否正确 |
|
||||||
| E00072 | 上下文无法找到 | 检查上下文环境,如是否处于协程环境中 |
|
| E00072 | 上下文无法找到 | 检查上下文环境,如是否处于协程环境中 |
|
||||||
| E00073 | 在类中找不到方法 | 检查调用对象是否存在对应的方法(method)或检查是否插入了对应的macro宏方法 |
|
| E00073 | 在类中找不到方法 | 检查调用对象是否存在对应的方法(method)或检查是否插入了对应的macro宏方法 |
|
||||||
| E00073 | 参数非法 | 检查调用的参数是否正常(此处可能有多处问题,请看具体调用栈炸掉的地方) |
|
| E00074 | 参数非法 | 检查调用的参数是否正常(此处可能有多处问题,请看具体调用栈炸掉的地方) |
|
||||||
| E99999 | 未知错误 | |
|
| E99999 | 未知错误 | |
|
||||||
|
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ use ZM\Exception\InitException;
|
|||||||
|
|
||||||
class ConsoleApplication extends Application
|
class ConsoleApplication extends Application
|
||||||
{
|
{
|
||||||
public const VERSION_ID = 446;
|
public const VERSION_ID = 447;
|
||||||
|
|
||||||
public const VERSION = '2.7.0-beta5';
|
public const VERSION = '2.7.0';
|
||||||
|
|
||||||
private static $obj;
|
private static $obj;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user