查询列表
GET
http://localhost:88/api/product/basicinfo/list
接口描述
查询列表,可以条件查询,或无条件查询。如果传入参数,就按照参数进行条件查询。否则无条件查询 {注:如果无条件查询请在请求体上传入“{ }”空的这个}
请求参数
参数名
类型
描述
必填
buildAddress
String
宿舍楼名称
必填
expressCompany
String
快递站名称
必填
sortMode
String
排序方式 * 1:money * 2:enddate_time * 3:outmoney
必填
upOrDown
Integer
升序降序判断 * 1为升序 * -1为降序 * 其余报错
必填