用户信息

修改基本信息

请求地址: https://app.3dcat.live/api/3dcat/user/updateBaseInfo

请求方法:POST

请求参数:

字段名类型是否必填说明
ageInteger年龄
genderInteger性别,1.女,2/男
professionString职业

返回结果:

返回内容示例:

{
    "version": "1.0.0",
    "result": true,
    "message": "success",
    "code": 200,
    "data": null,
    "serverTime": 1657087427433,
    "requestId": "3689b5fa804dd175"
}

获取用户基本信息

请求地址: https://app.3dcat.live/api/3dcat/user/info

请求方法:GET

请求参数:

返回结果:

字段名类型说明
idlongid
userNameString用户名
phoneString手机号
ageint年龄
genderint性别,1.女,2/男
professionString职业
accountTypeint1.个人用户,2企业用户
emailString邮箱
statusint1.启用,2.禁用
companyString公司
loadingPcImageStringpc loading 图
loadingMobileImageString手机loading图
isDefaultTimeBoolean默认时间
appNumintapp数量
fileNumint资产数量
disconnectTimeint断联时间 -1永不 默认300秒 单位秒
propertiesString属性
requirementsString节点要求
balanceint总余额 单位分
isEnableCreditint是否开启信用额度 1:开启 0:未开启
giftBalanceLong赠送余额(单位分)
rechargeBalanceLong充值余额(单位分)
creditBalanceint信用余额 单位分
creditAmountint信用额度 单位分
realAuthBoolean是否实名
cloud3DAppQtyintcloud 3d应用数量
cloudXRAppQtyintcloud xr应用数量
runningTaskQtyint运行任务中任务数量
completedTaskQtyint已完成任务数量
createTimeDate创建时间
consumerModelInteger消费模式
companyAppealRespCompanyAppealResp账号审核信息
totalRechargeAmountLong充值金额
rnUnionIdString实名认证unionId
diyLoadingImageBooleandiyLoadingImage

CompanyAppealResp

字段名类型说明
idlongid
nameString名称
typeInteger类型
stateInteger状态
refuseReasonString拒绝原因
takeIntegertake

返回内容示例:

{
    "version": "1.0.0",
    "result": true,
    "message": "success",
    "code": 200,
    "data": {
        "id": 3681,
        "userName": "ruiyun1",
        "phone": "13691988200",
        "age": null,
        "gender": 1,
        "profession": null,
        "accountType": 1,
        "email": null,
        "status": 1,
        "company": null,
        "loadingPcImage": "/images/3500/3681/2021/11/1460086251788046336.jpg",
        "loadingMobileImage": "/images/3500/3681/2021/11/1460086281999618048.jpg",
        "isDefaultTime": true,
        "appNum": 13,
        "fileNum": 3,
        "disconnectTime": 300,
        "properties": null,
        "requirements": null,
        "balance": 176011,
        "isEnableCredit": 0,
        "creditBalance": 0,
        "creditAmount": 0,
        "realAuth": true,
        "cloud3DAppQty": 11,
        "cloudXRAppQty": 2,
        "runningTaskQty": 0,
        "completedTaskQty": 129,
        "createTime": "2021-11-15 10:24:16",
        "consumerModel": 1
    },
    "serverTime": 1638843664057,
    "requestId": "da61550188e1a92f"
}

修改用户Loading图片

请求地址: https://app.3dcat.live/api/3dcat/user/updatePic

请求方法:PUT

请求参数:

字段名类型是否必填说明
pcImageIdStringPC端图片id(图片没有修改的情况下不需要传)
loadingPcImageStringpc loading图(没有修改的情况传原有值)
loadingMobileIdString手机端图片id(图片没有修改的情况下不需要传)
loadingMobileImageString手机端 loading 图 (没有修改的情况下传原有值)

返回结果:

返回内容示例:

{
    "version": "1.0.0",
    "result": true,
    "message": "success",
    "code": 200,
    "data": null,
    "serverTime": 1638846185575,
    "requestId": "d8eb1d506eba6914"
}
业务咨询:400-8037-298