Evelabinsight-CN
    • 宜肤 - Report API
      • 拉取数据列表
      • 接收推送数据
    • 宜肤 - CRM API
      • 查询顾客信息
    • 宜肤 - Basic Data API
      • 鉴权
        • 获取访问Token
      • 商家管理
        • 获取集团下商家列表
        • 获取门店列表
        • 新增门店
        • 修改门店信息
        • 获取店员账号列表
        • 新增店员账号
        • 修改店员账号信息
        • 启用或停用店员账号
        • 获取已启用语言列表
        • 获取皮肤分析维度列表
        • 获取区域列表
      • 产品管理
        • 获取产品分类列表
        • 批量新增产品
        • 批量修改产品
        • 批量删除产品
        • 获取商家产品列表
        • 批量启用或停用产品
        • 设置产品可售门店
        • 设置门店产品链接
        • 获取门店产品列表
      • 疗程管理
        • 批量新增疗程
        • 批量修改疗程
        • 批量删除疗程
        • 获取商家疗程列表
        • 批量启用或停用疗程
        • 设置疗程可售门店
        • 获取门店疗程列表
        • 设置门店疗程链接
    • 数据模型
      • CustomerRecord
      • Meta
      • CustomerSearchResponse
      • MetaOnlyResponse
      • WebhookEnvelope
      • PicList_EveM
      • 用户信息(data_type=user)
      • TokenResponse
      • 用户数据(data_type=user,action_type=create/update)
      • PaintMask_EveM
      • Pore
      • ReportCommonFields
      • BatchErrorResponse
      • 宜肤M 报告数据(source_type=eve,data_type=report)
      • ThreeDList_EveM
      • Wrinkle
      • SkinDimension_Degree
      • MerchantListResponse
      • 宜肤M 人脸图片数据(source_type=eve,data_type=report_image)
      • Speckle
      • WrinkleTroubleItem
      • StoreListResponse
      • 宜肤M 3D模型数据(source_type=eve,data_type=report_3d)
      • SpeckleZoneItem
      • SpeckleTroubleItem
      • EmployeeListResponse
      • 宜肤V 报告数据(source_type=eve20,data_type=report)
      • Acne
      • 宜肤M 报告(source_type=eve)
      • CreateStoreBody
      • 宜肤V 图片/3D数据(source_type=eve20,data_type=report_image 或 report_3d)
      • Sensitive
      • 宜肤V 报告(source_type=eve20)
      • CreateEmployeeBody
      • SDK / PAD 报告数据(source_type=sdk 或 pad)
      • BlackRimOfEye
      • SDK / PAD 报告(source_type=sdk 或 pad)
      • LangData
      • 手机测肤 / 线上H5 报告数据(source_type=mobile 或 online)
      • SkinGlow
      • 手机测肤 / 线上H5 报告(source_type=mobile 或 online)
      • BatchProductBody
      • Scar
      • BatchTreatmentBody
      • SkinTone
      • Resource
      • Extend
      • CustomQsAnswer

    PushData_Mobile_Report(手机测肤 / 线上H5 报告数据(source_type=mobile 或 online))

    {
        "report_id": 0,
        "uid": "string",
        "custom_uid": "string",
        "merchant_id": 0,
        "created_at": 0,
        "json_version": "string",
        "custom": [
            {
                "id": "string",
                "name": "string",
                "sub_dimension": [
                    "string"
                ],
                "score": 0,
                "division": {
                    "id": "string",
                    "name": "string"
                }
            }
        ],
        "preview": {
            "gender": 0,
            "skin_type": 0,
            "composite_score": 0,
            "skin_status": 0,
            "divide_type": 0,
            "skin_status_name": "string"
        },
        "pore": {
            "quantity": 0,
            "type": 0,
            "score": 0,
            "degree": 0,
            "big_area": {
                "forehead": true,
                "left_cheek": true,
                "right_cheek": true
            }
        },
        "blackhead": {
            "quantity": 0,
            "score": 0,
            "degree": 0
        },
        "wrinkle": {
            "score": 0,
            "degree": 0,
            "trouble_list": [
                {
                    "type": 0,
                    "degree": 0,
                    "detect": 0,
                    "score": 0,
                    "density": 0,
                    "percentage": 0
                }
            ]
        },
        "speckle": {
            "score": 0,
            "degree": 0,
            "trouble_list": [
                {
                    "type": 0,
                    "quantity": 0
                }
            ]
        },
        "acne": {
            "score": 0,
            "level": 0,
            "degree": 0,
            "trouble_list": [
                {
                    "type": 0,
                    "quantity": 0
                }
            ]
        },
        "sensitive": {
            "type": 0,
            "score": 0,
            "degree": 0
        },
        "black_rim_of_eye": {
            "score": 0,
            "degree": 0,
            "left_score": 0,
            "left_degree": 0,
            "right_score": 0,
            "right_degree": 0,
            "trouble_list": [
                {
                    "type": 0,
                    "degree": 0
                }
            ],
            "left_trouble_list": [
                {
                    "type": 0,
                    "degree": 0
                }
            ],
            "right_trouble_list": [
                {
                    "type": 0,
                    "degree": 0
                }
            ]
        }
    }
    Built with