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