jiangqs
2023-05-05 aa8f41d3b4fcc7aae0bd50fdea92b126f22485df
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)
    {