🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 接口说明 > 根据 Stub Mapping 的 ID 查询。 ## 接口定义 ~~~[api] get:/mappings/{stubMappingId} *string:stubMappingId=730d3e32-d098-4169-a20c-554c3bedce58#URI 参数:StubMapping 的 UUID <<< response(success) **Response Body** { "id": "730d3e32-d098-4169-a20c-554c3bedce58", "uuid": "730d3e32-d098-4169-a20c-554c3bedce58", "request": { "method": "GET", "url": "/some/thing" }, "response": { "status": 200, "body": "Hello world!", "headers": { "Content-Type": "text/plain" } } } ~~~ ## [JSON Schema](https://jsonschema.net/) ### Response JSON Schema 同 [Stub Mapping](StubMapping.md) 。