|
@@ -16,11 +16,11 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("/client/banner")
|
|
|
|
|
|
|
+@RequestMapping("/customer/banner")
|
|
|
@Api(tags = {"客户端轮播图"})
|
|
@Api(tags = {"客户端轮播图"})
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
@PreAuthorize("@customerAuth.isCustomer()")
|
|
@PreAuthorize("@customerAuth.isCustomer()")
|
|
|
-public class ClientBannerController {
|
|
|
|
|
|
|
+public class CustomerBannerController {
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
private BannerService bannerService;
|
|
private BannerService bannerService;
|