文档
测试

套装详情

POST
123.56.190.192:9001/mall/suitDetails

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
suitId
String
套装id
必填

响应参数

参数名
类型
描述
必填
ResultInfo
(返回值) allSuit 新增字段 0 没有 1 拥有全部商品 haveaSingle 是否拥有某个单品 0 无 1 有 说明都有
必填
flag
boolean
正常为true,发生异常返回false
必填
code
int
200ok
必填
data
Object
必填
SuitInfo
必填
chatBackground
ChatBackground
聊天背景
必填
chatBubble
ChatBubble
聊天气泡
必填
emoticon
Emoticon
表情包
必填
headPendant
HeadPendant
头像挂件
必填
personalBackground
PersonalBackground
主页背景
必填
theme
Theme
主题
必填
message
String
响应信息描述
必填

说明 / 示例

/** * 标示字段 1 聊天背景,2 聊天气泡, * 3 表情包,4 头像挂件,5主页背景,6 主题 */ @Transient private int mark; private ChatBackground chatBackground; private ChatBubble chatBubble; private Emoticon emoticon; private HeadPendant headPendant; private PersonalBackground personalBackground; private Theme theme; private String colorValue; /** * 是否全部拥有 */ private Integer allSuit; /** * 是否拥有某个单品 0 无 1 有 */ private Integer haveaSingle; /** *购买商品后会相应减少 但不会折扣 如何没有购买过会进行折扣 */ private BigDecimal countSum; /** *折扣 */ private String discount; /** * 标示 1可以 一键装扮,0no */ @Transient private int mark; /** * 绑定圈子的活动是否结束 1 没结束 2 已结束 3 没有绑定圈子活动 */ @Transient private int yesOrNoEnd; /** * 圈子ID 没有绑定的话为空 */ @Transient private String classifyId;