no message
This commit is contained in:
@ -338,15 +338,15 @@ public class ItemServiceImpl implements ItemService {
|
|||||||
|
|
||||||
switch (attr.getKey()) {
|
switch (attr.getKey()) {
|
||||||
// -----BEGIN 普通实物类商品可传入以下属性 -----
|
// -----BEGIN 普通实物类商品可传入以下属性 -----
|
||||||
case "delivery_info":
|
// case "delivery_info":
|
||||||
// 商品履约信息
|
// // 商品履约信息
|
||||||
JSONObject jsonObject = new JSONObject();
|
// JSONObject jsonObject = new JSONObject();
|
||||||
jsonObject.put("delivery_id", "2025090124000116301610");
|
// jsonObject.put("delivery_id", "2025090124000116301610");
|
||||||
//jsonObject.put("shop_ids", param.getShopIds());
|
// //jsonObject.put("shop_ids", param.getShopIds());
|
||||||
JSONArray jsonArray = new JSONArray();
|
// JSONArray jsonArray = new JSONArray();
|
||||||
jsonArray.add(jsonObject);
|
// jsonArray.add(jsonObject);
|
||||||
appItemAttrVO.setAttrValue(JSONArray.toJSONString(jsonArray));
|
// appItemAttrVO.setAttrValue(JSONArray.toJSONString(jsonArray));
|
||||||
break;
|
// break;
|
||||||
case "rent_from_numbers_of_day":
|
case "rent_from_numbers_of_day":
|
||||||
// 起租天数
|
// 起租天数
|
||||||
appItemAttrVO.setAttrValue("1");
|
appItemAttrVO.setAttrValue("1");
|
||||||
|
|||||||
Reference in New Issue
Block a user