森树未来OpenAPI 接口文档
    • 订单接口
      • 新增问诊订单
      • 服务订单分页
      • 服务订单列表
      • 问诊订单分页
    • 消息接口
      • 标记消息为已读
      • 消息分页
      • 消息详情
    • 会员接口
      • 实名认证
      • 更新健康档案
      • 健康档案
    • 渠道接口
      • 渠道应用登录
    • 套餐卡接口
      • 绑定新卡
      • 激活新卡
      • 套餐卡权益列表
      • 套餐卡列表
      • 套餐卡权益详情
    • 权益接口
      • 权益列表
    • 签名算法
      • 渠道登录签名算法
    • 数据模型
      • OpenApiConsultationOrderAddingDTO
      • ConsultationOrderAddResultVO
      • OpenApiMessageReadDTO
      • ApiResponseBoolean
      • OpenApiMemberRealNameAuthDTO
      • OpenApiMemberHealthArchiveEditingDTO
      • DistributorAppLoginDTO
      • ApiResponseDistributorAppLoginVO
      • DistributorAppLoginVO
      • OpenApiComboCardBindDTO
      • ApiResponse
      • MemberRealNameAuthDTO
      • OpenApiComboCardActiveDTO
      • ApiResponseComboCardActiveResultVO
      • ComboCardActiveResultVO
      • ApiResponseListRightListVO
      • RightListVO
      • ApiResponsePageResponseRightConsumeListVO
      • PageResponseRightConsumeListVO
      • RightConsumeListVO
      • ApiResponseListRightGroupListVO
      • RightGroupListVO
      • ApiResponsePageResponseConsultationOrderListVO
      • ConsultationOrderListVO
      • PageResponseConsultationOrderListVO
      • ApiResponsePageResponseMessageListVO
      • MessageListVO
      • PageResponseMessageListVO
      • ApiResponseMessageListVO
      • ApiResponseMemberDetailArchiveVO
      • MemberBaseInfoVO
      • MemberBodyVO
      • MemberDetailArchiveVO
      • MemberExtraNoteVO
      • MemberFollowRecordVO
      • MemberHealthHistoryVO
      • MemberHealthReportVO
      • MemberLifeHabitVO
      • ApiResponseListComboCardRightListVO
      • ComboCardRightListVO
      • ApiResponseListComboCardListVO
      • ComboCardListVO
      • ApiResponseComboCardRightDetailVO
      • ComboCardRightDetailVO

    ApiResponseListComboCardListVO

    返回说明

    {
        "code": 0,
        "message": "string",
        "data": [
            {
                "updateTime": "string",
                "createTime": "string",
                "id": 0,
                "code": "string",
                "exchangeCode": "string",
                "comboId": 0,
                "comboName": "string",
                "distributorId": 0,
                "distributorName": "string",
                "status": 0,
                "statusName": "string",
                "bindType": "string",
                "bindTypeName": "string",
                "validType": "string",
                "validTypeName": "string",
                "expireDate": "string",
                "expireDateName": "string",
                "bindTime": "string",
                "activeTime": "string",
                "mobile": "string",
                "memberId": 0,
                "totalRightCount": 0,
                "enableRightCount": 0,
                "purchaseOrderId": 0,
                "purchaseOrderCode": "string"
            }
        ],
        "success": true,
        "path": "string"
    }
    Built with