宠物-宠物列表 websocket测试 POST https://customer.wlcb.net:8082/cat/api/pets/getPetsList 说明 / 示例 { "msg": "操作成功", "code": 200, "data": [ { "id": 1, "catName": "猫", //猫名称 "catPic": null, //猫图片 "catAppointment": 5, //预约消耗 "catPanicbuy": 2, //及时抢购消耗 "catGrow_hour": null, //成长市场 "catPricePow": null,//最低价 "catPriceHeight": 2,//最高价格 "catSuccessRate": 2,//成功率 "catContractProfit": 2.0,//合约收益 "catIntegralProfit": 2.0,//积分收益 "catUpcat": 2,//升级猫 "catMatchStart":"8:50",预约开始时间 "catMatchEnd":"9:00", 预约结束时间 "catSplitcount": 2,//拆分数 "catMatchTime": "2020-04-25T03:37:32.000+0000",//匹配时间 "catCreateTime": "2020-04-25T03:37:38.000+0000",//创建时间 "isOpen": 1,//状态 0:未开放 1 开放 "catMatchTimeStr": "2020-04-25 11:37:32", //匹配时间Str "catCreateTimeStr": "2020-04-25 11:37:38" 创建时间Str } ], "success": true }
{ "msg": "操作成功", "code": 200, "data": [ { "id": 1, "catName": "猫", //猫名称 "catPic": null, //猫图片 "catAppointment": 5, //预约消耗 "catPanicbuy": 2, //及时抢购消耗 "catGrow_hour": null, //成长市场 "catPricePow": null,//最低价 "catPriceHeight": 2,//最高价格 "catSuccessRate": 2,//成功率 "catContractProfit": 2.0,//合约收益 "catIntegralProfit": 2.0,//积分收益 "catUpcat": 2,//升级猫 "catMatchStart":"8:50",预约开始时间 "catMatchEnd":"9:00", 预约结束时间 "catSplitcount": 2,//拆分数 "catMatchTime": "2020-04-25T03:37:32.000+0000",//匹配时间 "catCreateTime": "2020-04-25T03:37:38.000+0000",//创建时间 "isOpen": 1,//状态 0:未开放 1 开放 "catMatchTimeStr": "2020-04-25 11:37:32", //匹配时间Str "catCreateTimeStr": "2020-04-25 11:37:38" 创建时间Str } ], "success": true }