地图api

This commit is contained in:
2026-01-01 15:19:18 +08:00
parent b8a9f9b62e
commit 09f117e59c
17 changed files with 99 additions and 13 deletions

View File

@@ -28,11 +28,12 @@ use think\facade\Hook;
class GoodsLogic{
//商品列表
public static function getGoodsList($user_id,$get,$page,$size){
public static function getGoodsList($user_id,$get,$page,$size,$type){
$where = [];
$order = [];
$where[] = ['status','=',1];
$where[] = ['del','=',0];
$where[] = ['type','=',$type];
$goods = new Goods();
//品牌筛选