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

Commit df53082e authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_nft' into dev_nft

parents 6dd075f7 84ea13b5
...@@ -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