fix:提交到整个项目能跑通,有几个接口不标准

This commit is contained in:
彭帅
2026-05-29 17:53:27 +08:00
parent c5d4d7a7e1
commit aa8cc716eb
83 changed files with 7054 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
# GET /seedlots
> 来源BrAPI v2.1 校验报告03-fix.md
## 概要
| 项 | 值 |
| --- | --- |
| 状态 | warning |
| 方法 | GET |
| URL | `/brapi/v2/seedlots` |
| 完整 URL | `http://localhost:8081/brapi/v2/seedlots` |
| 路径模板 | `GET /seedlots` |
| 模块 | Seed Lots |
| 响应时间 | 9682 ms |
## 校验详情
```
GET /seedlots
Seed Lots
9682 ms
schema mismatch
schema mismatch
Json matches schema: schemas/v2.1/metadata.json (schema mismatch) — Schema: schemas/v2.1/metadata.json
Server response is not valid JSON.
Json matches schema: schemas/v2.1/SeedLots/getSeedlotsResponse.json (schema mismatch) — Schema: schemas/v2.1/SeedLots/getSeedlotsResponse.json
Server response is not valid JSON.
```
---
**状态:待修复**