Skip to content

Commit

Permalink
!141 ResultCode虚拟商品无需配送模板提示更正 from @assure
Browse files Browse the repository at this point in the history
Merge pull request !141 from Assure/master
  • Loading branch information
chopper711 authored and gitee-org committed Mar 29, 2022
2 parents 07ce947 + 40e866a commit dc55bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public enum ResultCode {
MUST_HAVE_GOODS_SKU(11012, "规格必须要有一个!"),
GOODS_PARAMS_ERROR(11013, "商品参数错误,刷新后重试"),
PHYSICAL_GOODS_NEED_TEMP(11014, "实物商品需选择配送模板"),
VIRTUAL_GOODS_NOT_NEED_TEMP(11015, "实物商品需选择配送模板"),
VIRTUAL_GOODS_NOT_NEED_TEMP(11015, "虚拟商品无需选择配送模板"),
GOODS_NOT_EXIST_STORE(11017, "当前用户无权操作此商品"),
GOODS_TYPE_ERROR(11016, "需选择商品类型"),

Expand Down

0 comments on commit dc55bd6

Please sign in to comment.