描述

修改子账户

接口地址

POST:http://api-class.e.vhall.com/api/class/userChild/update

请求参数

公共参数需要每次请求都附带上,详细内容请参考公共参数

参数名 类型 必选 说明
id int 用户id
nick_name string 姓名
phone string 手机号
email string 邮箱
company string 机构公司
contact_name string 联系姓名
contact_position string 联系地址
contact_mobile string 联系手机
contact_phone string 联系电话
qq string 联系qq
wechat string 联系微信

响应参数

返回形如''{"code":200,"msg":"success","data":''的json。data值的数据类型如下:

响应示例

{
    "code": 200,
    "msg": "更新成功!",
    "data": []
}

错误码

code 含义
10005 账户状态失效