初始提交
This commit is contained in:
4
bin/const/ResponseJsonCode.dart
Normal file
4
bin/const/ResponseJsonCode.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class ResponseJsonCode {
|
||||
static const int success = 200; // 操作成功
|
||||
static const int fail = 400; // 操作失败
|
||||
}
|
||||
Reference in New Issue
Block a user