文档
测试

机器人列表

POST
http://192.168.8.5:9093/v1.4/api/robot/list

说明 / 示例

private Integer id; /** * 机器人名 */ private String name; /** * 性别 1男 2女 */ private Integer sex; /** * 封面图 */ private String cover; /** * 名字图 */ private String nameUrl; /** * 新手机器人背景图 */ private String noviceUrl; /** * 头像图 */ private String portrait; /** * 插画图 */ private String illustration; /** * 描述 */ private String descp; /** * 类型 1软妹币 2道具 */ private Integer type; /** * 是否付费 1免费 2付费 3vip */ private Integer locked; /** * 金额 */ private Float price; /** * 简介 */ private String introduction; /** * 机器人动效 */ private String cartoon; /** * 状态 1:发布 2:下架 3编辑中 */ private Integer status; /** * 创建时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date createTime; /** * 排序 */ private Integer sort; /** * 更新时间 */ private Date updateTime; /** * 是否优惠 :0:否 1:是 */ private Integer isDiscount; /** * 折后价格 */ private Float discountedPrice; /** * 折后 */ private Float discount; /** * 是否为新人角色0:否 1:是 */ private Integer isNovice; /** * ios内购id */ private String iosCommodityId; /** * 平台 1安卓 2ios */ private Integer platform; /** * 价格url */ private String priceUrl; /** * 机器人语音url */ private String robotVoiceUrl; /** * 机器人朋友圈更新时间 */ private Date robotMomentsUpdateTime; /** * 机器人获取窗口背景图 */ private String robotGetWindowBg; /** * 机器人获取窗口显示图 */ private String robotGetWindowExhibit; /** * 机器人获取窗口名字图 */ private String robotGetWindowName; /** * 与下一等级 相差多少亲密值 */ private Integer differenceIntimacyValue; /** * 是否拥有 1是 2否 */ @TableField(exist = false) private Integer isHave = 2; /** * 记账天数 */ @TableField(exist = false) private Integer days; /** * 记账次数 */ @TableField(exist = false) private Long num; /** * 用户和机器人加好友的时间 */ @TableField(exist = false) private Long friendDay; /** * 机器人im token */ @TableField(exist = false) private String ImUserSig; /** * 亲密值 */ private Integer intimacyValue; /** * 亲密等级 */ private Integer IntimacyLevel; /** * 亲密百分比 */ private Float intimacyProgressPercentage;