简要描述:
- 测肤记录
请求URL:
GET/&route=plugin.skin-check.api.skin-check.check-log
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回参数 data说明:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| 以下为member(当前用户信息)参数说明 | :--- | :----- | ----- |
| uid | 是 | int | 用户id |
| nickname | 是 | string | 昵称 |
| avatar | 是 | int | 头像 |
| 以下为higher(颜值最高数据)参数说明 | :--- | :----- | ----- |
| composite_score | 是 | float | 评分(颜值) |
| 以下为last(最后一次数据)参数说明 | :--- | :----- | ----- |
| composite_score | 是 | float | 评分(颜值) |
| check_img_src | 是 | string | 检测图片(绝对路径) |
| ranking | 是 | int | 当前用户的排名 |
| member.uid | 是 | int | 会员id |
| member.nickname | 是 | string | 昵称 |
| member.avatar | 是 | string | 头像 |
| 以下为log.data(记录列表)参数说明 | :--- | :----- | ----- |
| id | 是 | int | 检测报告id |
| check_img | 是 | string | 检测图片(相对路径) |
| check_img_src | 是 | string | 检测图片(绝对路径) |
| composite_score | 是 | float | 评分(颜值) |
| created_at | 是 | string | 检测时间 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"member": {
"uid": 164932,
"nickname": "A李李李",
"avatar": "http://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIyz11G1bdMA4kgjxzrbd4GCZDUpK16Pib8Iq9qjdm7UOgJgVDtQtjybWhWGCgopiaPUXlKDCQfj7xg/132",
"avatar_image": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIyz11G1bdMA4kgjxzrbd4GCZDUpK16Pib8Iq9qjdm7UOgJgVDtQtjybWhWGCgopiaPUXlKDCQfj7xg/132",
"username": "A李李李"
},
"higher": {
"composite_score": 84,
"check_img_src": ""
},
"last": {
"composite_score": 84,
"check_img_src": ""
},
"log": {
"total": 2,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 2,
"data": [
{
"id": 1,
"check_img": "images/1/2020/10/h2C3yjbyLe2Ev1J1V3gbF5gOlLvZJb.jpg",
"composite_score": 84,
"created_at": "2020-11-02 14:45:52",
"check_img_src": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2020/10/h2C3yjbyLe2Ev1J1V3gbF5gOlLvZJb.jpg"
},
{
"id": 2,
"check_img": "images/1/2020/10/h2C3yjbyLe2Ev1J1V3gbF5gOlLvZJb.jpg",
"composite_score": 84,
"created_at": "2020-11-02 14:50:57",
"check_img_src": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2020/10/h2C3yjbyLe2Ev1J1V3gbF5gOlLvZJb.jpg"
}
]
}
}
}
错误时返回: