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