简要描述:

  • 测肤

请求URL:

测试环境地址: POST: https://dev1.yunzmall.com/devapi/openapi/skin/analyze

生产环境地址: POST: https://openapi.yunqiankeji.com/api/openapi/skin/analyze

参数:

参数名 是否必须 类型 说明
mediaData string 图片base64编码(数据大小应小于10M 分辨率应小于1920*1080)

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "key": "skinType",
            "keyDesc": "肤质",
            "value": 3,
            "valueDesc": "混合性皮肤"
        },
        {
            "key": "skinColor",
            "keyDesc": "肤色",
            "value": 5,
            "valueDesc": "暗沉"
        },
        {
            "key": "skinAge",
            "keyDesc": "肤龄",
            "value": 23,
            "valueDesc": ""
        },
        {
            "key": "skinAgeDesc",
            "keyDesc": "肤龄描述",
            "value": "轻龄",
            "valueDesc": ""
        },
        {
            "key": "poresCheeks",
            "keyDesc": "毛孔",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinForeHeadWrinkle",
            "keyDesc": "有无抬头纹",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinCrowsFeed",
            "keyDesc": "有无鱼尾纹",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinEyeFineLine",
            "keyDesc": "有无细纹",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinEyeWrinkle",
            "keyDesc": "有无眼纹",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinNasolabialFolds",
            "keyDesc": "有无法令纹",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinWrinkle",
            "keyDesc": "皱纹程度",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "skinBlackHeads",
            "keyDesc": "黑头数量",
            "value": 10,
            "valueDesc": ""
        },
        {
            "key": "skinBlackHeadsDesc",
            "keyDesc": "黑头程度",
            "value": 1,
            "valueDesc": "轻度"
        },
        {
            "key": "skinPimple",
            "keyDesc": "痘痘数量",
            "value": 3,
            "valueDesc": ""
        },
        {
            "key": "skinPimpleDesc",
            "keyDesc": "痘痘程度",
            "value": 1,
            "valueDesc": "轻度"
        },
        {
            "key": "skinAcne",
            "keyDesc": "痘印数量",
            "value": 1,
            "valueDesc": ""
        },
        {
            "key": "skinAcneDesc",
            "keyDesc": "痘印程度",
            "value": 1,
            "valueDesc": "轻度"
        },
        {
            "key": "skinSpot",
            "keyDesc": "色斑数量",
            "value": 38,
            "valueDesc": ""
        },
        {
            "key": "skinSpotDesc",
            "keyDesc": "色斑程度",
            "value": 2,
            "valueDesc": "中度"
        },
        {
            "key": "skinMole",
            "keyDesc": "痣数量",
            "value": 3,
            "valueDesc": ""
        },
        {
            "key": "skinMoleDesc",
            "keyDesc": "痣程度",
            "value": 1,
            "valueDesc": "轻度"
        },
        {
            "key": "skinPandaEye",
            "keyDesc": "黑眼圈程度",
            "value": 0,
            "valueDesc": "无"
        },
        {
            "key": "compositeScore",
            "keyDesc": "综合评分",
            "value": 84,
            "valueDesc": ""
        },
        {
            "key": "yqLogId",
            "keyDesc": "芸签请求ID",
            "value": 11,
            "valueDesc": ""
        },
        {
            "key": "yqHasFee",
            "keyDesc": "是否计费",
            "value": 1,
            "valueDesc": ""
        }
		
    ]
}

错误时返回:

  

返回参数说明:

参数名 类型 说明

字段枚举

名称 说明
肤质 0-油性皮肤,1-干性皮肤,2-中性皮肤,3-混合性皮肤
程度 0-无,1-轻度,2-中度,3-重度
肤色 1-透白,2-白皙,3-自然,4-小麦,5-暗沉,6-黝黑
是否计费 0-不计费,1-计费。默认计费

备注:

url修改 出参没有errorCode字段 色斑和痘印字段之前颠倒了

  • 更多返回错误代码请看首页的错误代码描述