| | |
| | | import cn.hutool.core.util.ObjUtil; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.oying.annotation.Log; |
| | | import com.oying.annotation.rest.AnonymousGetMapping; |
| | | import com.oying.modules.pc.product.domain.Product; |
| | | import com.oying.modules.pc.product.domain.ProductLabel; |
| | | import com.oying.modules.pc.product.domain.dto.*; |
| | |
| | | private final ProductImageService productImageService; |
| | | private final ProductLabelService productLabelService; |
| | | |
| | | @GetMapping(value = "/page") |
| | | @AnonymousGetMapping(value = "/page") |
| | | @ApiOperation("获取指定商户店铺的商品列表(支持分页)") |
| | | /*@PreAuthorize("@el.check('merchant:product:page') " + |
| | | "and @storeMerchantOwnershipService.check(#storeId)")*/ |