文档
测试
POST
/backstage/businessList

请求参数

参数名
类型
描述
必填
current
Integer
当前页
必填
pageSize
Integer
页大小
必填
businessName
String
商家名称
可选
status
Integer
店铺状态 0正常 1停用
可选
hotelStar
String
星级
可选
startTime
String
入驻起始时间
可选
endTime
String
入驻结束时间
可选

说明 / 示例

{ "code": 200, "data": { "countId": null, "current": 1, "hitCount": false, "maxLimit": null, "optimizeCountSql": true, "orders": [], "pages": 1, "records": [ { "businessId": 1, "businessName": "测试", "hotelAddress": "西湖别墅区", "hotelBrand": "极狐", "hotelPhone": "123456", "hotelRegion": "浙江省杭州市西湖区", "hotelStar": "5", "hotelType": "民宿", "price": null, "status": 0 } ], "searchCount": true, "size": 10, "total": 1 }, "jwtToken": null, "message": "操作成功" }