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,10 +24,10 @@ @RequestMapping("/shop") public class ShopController { @Autowired @Resource private ShopService shopService; @InnerAuth @PostMapping("/getShop") public R<Shop> getShop(@RequestBody Long shopId) {