class ResponseJsonCode { static const int success = 200; // 操作成功 static const int fail = 400; // 操作失败 }