|
@@ -149,7 +149,7 @@ public class ProductInfoController extends CarbonBaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("获取产品详细信息")
|
|
|
- @PostMapping("/findByProductInfoGuid")
|
|
|
+ @GetMapping("/findByProductInfoGuid")
|
|
|
public ResponseBase findByProductInfoGuid(@RequestParam("productGuid") String productGuid) {
|
|
|
ProductInfo productInfos = this.productInfoService.findById(productGuid);
|
|
|
return responseResultSuccess(productInfos);
|