6
0
Fork 0

调整接口列表

release
vine_liutk 2022-01-18 11:41:27 +08:00 committed by 李静
parent 162d4fbd46
commit a09af07021
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ProductSkuController extends Controller
$input['sort'] = '-id';
}
$skus = ProductSku::select(['id', 'name', 'cover', 'sell_price', 'vip_price'])
$skus = ProductSku::select(['id', 'name', 'cover', 'sell_price', 'vip_price', 'market_price'])
->filter($input)
->online()
->simplePaginate(Paginator::resolvePerPage('per_page', 20, 50));