文档
测试

通过商品描述模糊查询信息

GET
localhost:8080/demo/goods/findByDescribe?currentPage=1&pageSize=1&describe=电脑

接口描述

通过商品描述查询商品信息

请求参数

参数名
类型
描述
必填
currenPage
int
当前页面
必填
pageSize
int
页面大小
必填
describe
String
商品描述
必填

响应体

{ "msg": "success", "code": 0, "data": { "records": [ { "id": 7, "goodsTitle": "电脑", "goodsPrice": 3000.0, "goodsPublisherId": 2, "goodsPurchaserId": 5, "goodImg": null, "goodDescribe": "这是电脑", "goodCreatetime": "2022-04-27T07:47:37.000+00:00" } ] }