移动账号

基本信息

    POST  /api/v1/user/regroup

接口描述:用于将账号重新分组,通过ID将账号分到对应的组

请求参数

Body 非必需参数可以不传递,传参格式为JSON

参数名称 类型 必需 默认值 示例 说明
user_ids list - ["xxx"] "xxx","yyy","zzz"] 需要分组的账号ID,数组格式
group_id text - 123 对应的分组ID

返回数据

    //执行成功
    {
    "code":0,
    "data":{},
    "msg":"success"
    }

    //执行失败
    {
    "code":-1,
    "data":{},
    "msg":"failed"
    }
© 2019 all right reserved,powered by Gitbook本文档更新于: 2024-03-07 16:28

results matching ""

    No results matching ""