健康服务列表
请求地址: healthServices/listHealthService
HTTP请求方式: GET
响应结果示例
{
"ret_code": 0,
"ret_values": {
"content": [
{
"id": 2, // 服务id
"title": "健康套餐", // 服务标题
"description": "健康套餐描述", // 服务描述
"price": 1000, // 价格
"imageUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png", // 服务图片
"organizationName": "万达全程健康有限公司", // 组织名称
"organizationImageUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png", // 组织图片
"organizationStatus": "认证中" // 组织认证状态
}
],
"last": true,
"totalElements": 1,
"totalPages": 1,
"size": 20,
"number": 0,
"sort": null,
"first": true,
"numberOfElements": 1
},
"message": "成功"
}