修改游客模式商品详情
This commit is contained in:
@@ -251,7 +251,7 @@ public class VisitorController {
|
||||
//商品详情
|
||||
@RequestMapping("/getProductDetail")
|
||||
public R getProductDetail(@RequestBody Map<String,Integer> map){
|
||||
Map<String, Object> detail = medicineShopProductService.getProductDetail(map.get("productId"));
|
||||
Map<String, Object> detail = medicineShopProductService.getProductDetailVistor(map.get("productId"));
|
||||
return R.ok().put("data",detail);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user