服务规格列表

请求地址: healthServiceSpecifications/listHealthServiceSpecificationByServiceId/{serviceId}

HTTP请求方式: GET

请求参数说明

参数名称 参数类型 参数说明
serviceId long 服务id

响应结果示例

{
    "ret_code": 0,
    "ret_values": [
        {
            "id": 1, // 规格id
            "name": "健康管理年卡套餐", // 规格名称
            "price": 3999, // 规格价格
            "count": 0 // 规格数量
        },
        {
            "id": 2,
            "name": "健康管理年卡套餐",
            "price": 3999,
            "count": 99
        }
    ]
}

results matching ""

    No results matching ""