[TOC]
简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
Access-Token |
是 |
string |
令牌,在header中传输 |
mcardId |
是 |
int |
模卡ID |
返回示例
{
"code": 0,
"data": {
"mcard_id": 1,
"uid": "51217366",
"title": "测试",
"tkey": "chemo",
"tname": "车模",
"nickname": "大聪明",
"sex": 2,
"age": 20,
"height": "170cm",
"weight": "50kg",
"bust": 30,
"waist": 20,
"hips": 30,
"shoes": 40,
"is_del": 0,
"theme": [
{
"theme_type": 1,
"theme_url": "https://44.jpg"
},
{
"theme_type": 1,
"theme_url": "https://55.jpg
},
{
"theme_type": 1,
"theme_url": "https://66.jpg"
},
{
"theme_type": 1,
"theme_url": "https://77.jpg"
}
],
"create_time": "2023/03/10 17:41",
"update_time": "2023/03/10 17:41",
},
"msg": "操作成功"
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
错误代码 |
data |
object |
返回数据 |
msg |
string |
错误信息 |
data
参数名 |
类型 |
说明 |
title |
string |
模卡标题 |
nickname |
string |
用户昵称 |
tkey |
string |
模卡类型 |
tname |
string |
模卡类型名称 |
sex |
int |
性别:0(未知)、1(男)、2(女) |
sex_str |
string |
性别 |
age |
int |
年龄 |
height |
string |
身高 |
weight |
string |
体重 |
bust |
string |
胸围 |
waist |
string |
腰围 |
hips |
string |
臀围 |
shoes |
string |
鞋码 |
theme |
array |
缩略图, theme_type类型:1(图片)、2(视频);theme_url地址 |
create_time |
string |
创建时间 |
update_time |
string |
更新时间 |
备注