Commit fda4ad6b authored by Hsinli's avatar Hsinli

addd

parent af6ac228
Pipeline #19312 passed with stage
in 56 seconds
......@@ -33,7 +33,7 @@ class RentalHouseController extends Controller {
const input_params = ctx.request.body;
const rule = {
brand: { type: 'string', required: false },//品牌
brand: { type: 'array', required: false },//品牌
area_code: { type: 'object', required: false },//区域
price: { type: 'object', required: false },//价格
house_type: { type: 'string', required: false },//房型
......@@ -66,7 +66,7 @@ class RentalHouseController extends Controller {
const results = await ctx.service.house.v2.rentalHouse.getRecommendRentalHouses(input_params);
ctx.success({ results });
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment