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 不支持查询字符串中的嵌套数组和嵌套对象。您需要在请求正文中传递这些过滤器(例如作为 JSON 对象或数组),或者将 filters 参数替换为单独的命名过滤器参数。
filters
OpenAPI 3.x 不支持查询字符串中的嵌套数组和嵌套对象。您需要在请求正文中传递这些过滤器(例如作为 JSON 对象或数组),或者将
filters
参数替换为单独的命名过滤器参数。