campaignDTO
|
Object |
是
|
{ "creator":, Long 用户登录ID 必填 "name":, String 活动名称 必填 长度:[1-6] 不能超过6个字 "market":, Integer 市场 必填 11-美丽说 8-蘑菇街 "collocationSetParticipateDTOs":[ list 参与的搭配商品 必填 参与者数量:[2,5] { "itemId":, Long skuId对应的商品id 必填 "stockId":, Long skuId 必填 "realMoney": Long realMoney 必填 单位为分 } ] }
|
|