森树未来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

    PageResponseRightConsumeListVO

    {
        "rows": [
            {
                "updateTime": "string",
                "createTime": "string",
                "id": 0,
                "code": "string",
                "memberId": 0,
                "mobile": "string",
                "memberName": "string",
                "comboId": 0,
                "comboCode": "string",
                "comboName": "string",
                "rightId": 0,
                "rightName": "string",
                "rightServiceType": "string",
                "rightServiceIcon": "string",
                "rightServiceTypeName": "string",
                "comboCardId": 0,
                "comboCardCode": "string",
                "distributorId": 0,
                "distributorName": "string",
                "consumeTime": "string",
                "consumeCount": 0,
                "reduceType": 0,
                "reduceTypeName": "string",
                "workOrderId": 0,
                "workOrderCode": "string",
                "status": 0,
                "statusName": "string"
            }
        ],
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": null,
        "afterPageId": "string",
        "totalPage": 0
    }
    Built with