初始提交
This commit is contained in:
4
bin/const/HttpStatusCode.dart
Normal file
4
bin/const/HttpStatusCode.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class HttpStatusCode {
|
||||
static const int ok = 200; // 请求成功,服务器已返回请求的数据。
|
||||
static const int internalServerError = 500; // 服务器内部错误。
|
||||
}
|
||||
Reference in New Issue
Block a user