update 添加通讯等基本框架
This commit is contained in:
3
Expection.py
Normal file
3
Expection.py
Normal file
@ -0,0 +1,3 @@
|
||||
from enum import Enum
|
||||
class ErrorCode(Enum):
|
||||
NETERROR = 404 #网络异常
|
||||
Reference in New Issue
Block a user