记得上下班打卡 | git大法好,push需谨慎

Commit 84ea13b5 authored by 张国柄's avatar 张国柄

~api:藏品添加SKU返回+skuId;

parent 617f11a4
...@@ -1087,7 +1087,7 @@ public class GoblinStoreMgtGoodsController { ...@@ -1087,7 +1087,7 @@ public class GoblinStoreMgtGoodsController {
} }
} }
goblinstoreMgtGoodsService.digitalGoodsAddSku(currentUid, goodsSkuInfoVo, goodsInfoVo); goblinstoreMgtGoodsService.digitalGoodsAddSku(currentUid, goodsSkuInfoVo, goodsInfoVo);
return ResponseDto.success(); return ResponseDto.success(goodsSkuInfoVo.getSkuId());
} }
@ApiOperationSupport(order = 9) @ApiOperationSupport(order = 9)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment