Ich m?chte eine Get-Anfrage http://localhost/api/catalog/product/list?filters[filter14][]=0 erhalten Aber das Ergebnis ist einfach arrogant
Wie erstelle ich eine zweidimensionale Array-Eingabe im Swagger-Editor?
OpenAPI 3.x 不支持查詢字符串中的嵌套數(shù)組和嵌套對象。您需要在請求正文中傳遞這些過濾器(例如作為 JSON 對象或數(shù)組),或者將 filters
參數(shù)替換為單獨的命名過濾器參數(shù)。