初始提交

This commit is contained in:
wyf
2026-01-20 09:26:55 +08:00
commit dd4447a029
106 changed files with 11690 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
class ResponseJsonCode {
static const int success = 200; // 操作成功
static const int fail = 400; // 操作失败
}