ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java
@@ -115,7 +115,7 @@ return AjaxResult.error("当前用户已到达兑换上限"); } //生成积分兑换成功的订单 orderClient.exchangeCreate(exchangeDto); // orderClient.exchangeCreate(exchangeDto); //如果是优惠卷,赠送优惠卷给用户 @@ -132,7 +132,7 @@ /** * 根据id获取商品信息 * @param id * @return * @return1 */ @PostMapping("/getGoodsById/{id}") public R<TGoods> getGoodsById(@PathVariable Integer id){