no message

This commit is contained in:
2025-09-02 02:51:04 +08:00
parent 695870e3f9
commit 8299c80d8d

View File

@ -408,7 +408,7 @@ public class ItemServiceImpl implements ItemService {
// 添加租赁商品属性
AppItemSkuAttrVo rentCommodityAttr = new AppItemSkuAttrVo();
rentCommodityAttr.setAttrKey("rent_commodity");
rentCommodityAttr.setAttrValue("----");
rentCommodityAttr.setAttrValue("{\"name\":\"租完归还\",\"description\":\"套餐说明\",\"custom_lease\":\"1\",\"slope_formula\":\"DEFAULT_SLOPE_FORMULA\",\"durationUnit\":\"\",\"buyoutPrice\":\"220\",\"priceUnit\":\"\"}");
rentCommodityAttr.setAttrType("custom"); // 根据实际情况设置
skuAttrs.add(rentCommodityAttr);