1. 套餐卡接口
森树未来OpenAPI 接口文档
  • 订单接口
    • 新增问诊订单
      POST
    • 服务订单分页
      GET
    • 服务订单列表
      GET
    • 问诊订单分页
      GET
  • 消息接口
    • 标记消息为已读
      POST
    • 消息分页
      GET
    • 消息详情
      GET
  • 会员接口
    • 实名认证
      POST
    • 更新健康档案
      POST
    • 健康档案
      GET
  • 渠道接口
    • 渠道应用登录
      POST
  • 套餐卡接口
    • 绑定新卡
      POST
    • 激活新卡
      POST
    • 套餐卡权益列表
      GET
    • 套餐卡列表
      GET
    • 套餐卡权益详情
      GET
  • 权益接口
    • 权益列表
      GET
  • 签名算法
    • 渠道登录签名算法
  • 数据模型
    • 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
  1. 套餐卡接口

套餐卡列表

GET
/combo_card/list_card

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api.foresttreefuture.cn/open_api/combo_card/list_card?mobile=undefined'

返回响应

🟢200
*/*
OK
Body*/*

示例
{
    "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"
}
修改于 2026-08-21 03:45:54
上一页
套餐卡权益列表
下一页
套餐卡权益详情
Built with