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
/member/health_archive/detail

请求参数

Query 参数

Header 参数

请求示例代码

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/member/health_archive/detail?mobile=undefined' \
--header 'Authorization;'

返回响应

🟢200
*/*
OK
Body*/*

示例
{
    "code": 0,
    "message": "string",
    "data": {
        "baseInfo": {
            "updateTime": "string",
            "createTime": "string",
            "memberId": 0,
            "name": "string",
            "gender": 0,
            "genderName": "string",
            "birthday": "string",
            "authStatus": 0,
            "authStatusName": "string",
            "idCard": "string",
            "mobile": "string",
            "bloodType": 0,
            "bloodTypeName": "string",
            "marryStatus": 0,
            "marryStatusName": "string",
            "occupation": "string",
            "updateOperator": 0,
            "updateOperatorName": "string"
        },
        "bodyInfo": {
            "updateTime": "string",
            "createTime": "string",
            "memberId": 0,
            "height": 0,
            "weight": 0,
            "bmi": "string",
            "waistline": 0,
            "measureTime": "string",
            "updateOperator": 0,
            "updateOperatorName": "string"
        },
        "lifeHabitInfo": {
            "updateTime": "string",
            "createTime": "string",
            "memberId": 0,
            "dietPreference": "string",
            "dietPreferenceName": "string",
            "dailyWater": 0,
            "mealTimes": 0,
            "mealTimesName": "string",
            "dietNote": "string",
            "smokeStatus": 0,
            "smokeStatusName": "string",
            "drinkStatus": 0,
            "drinkStatusName": "string",
            "exerciseFreq": 0,
            "exerciseFreqName": "string",
            "sleepHour": 0,
            "lifeNote": "string",
            "updateOperator": 0,
            "updateOperatorName": "string"
        },
        "healthHistoryInfo": {
            "updateTime": "string",
            "createTime": "string",
            "memberId": 0,
            "currentIllness": "string",
            "pastIllness": "string",
            "medicationHistory": "string",
            "updateOperator": 0,
            "updateOperatorName": "string"
        },
        "healthReportInfo": [
            {
                "updateTime": "string",
                "createTime": "string",
                "id": 0,
                "memberId": 0,
                "reportName": "string",
                "fileUrl": "string",
                "fileSize": 0,
                "uploadOperator": 0,
                "uploadOperatorName": "string",
                "remark": "string"
            }
        ],
        "followRecordInfo": [
            {
                "updateTime": "string",
                "createTime": "string",
                "memberId": 0,
                "followDate": "string",
                "followType": 0,
                "followTypeName": "string",
                "followContent": "string",
                "nextFollowDate": "string",
                "followOperator": 0,
                "followOperatorName": "string"
            }
        ],
        "extraNoteInfo": {
            "updateTime": "string",
            "createTime": "string",
            "memberId": 0,
            "noteContent": "string",
            "updateOperator": 0,
            "updateOperatorName": "string"
        }
    },
    "success": true,
    "path": "string"
}
修改于 2026-08-21 07:24:37
上一页
更新健康档案
下一页
渠道应用登录
Built with