goods->product

pull/1/head
zhaochencheng 3 years ago
parent ae8d369a6d
commit f3f8c8da4e

@ -16,8 +16,8 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping("/no-auth/good")
public class GoodController {
@RequestMapping("/no-auth/product")
public class H5ProductController {
@Autowired
private ProductService productService;
@Autowired
Loading…
Cancel
Save