ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/console/ShopController.java
@@ -11,6 +11,8 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import javax.annotation.Resource; /** * @author jqs34 * @ClassName ShopController @@ -22,7 +24,7 @@ @RequestMapping("/shop") public class ShopController { @Autowired @Resource private ShopService shopService; @InnerAuth