添加/修改标签

拥有此API的权限集
用户管理-增删改

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.user.tag.create_modify_tag/1.0.0
  • 频率限制: 10秒3000次

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明
access_token string 专属token
tag_id int 标签id,当tag_id未传时,默认为新建标签,当传入的tag_id不存在时,会有报错提示
tag_name string 标签名称
tag_type int 标签类型,可选范围[1] ,1-手动

请求示例

 {
    "access_token": "xxxxxxxx",
    "tag_id": "",
    "tag_name": "xi5123",
    "tag_type": "1",
}

返回参数

参数名 类型 说明
code int 状态码:0-成功,其他为错误
msg string 对返回码的文本描述内容

返回示例

{
    "code": 0,
    "msg": "标签 新增成功",
    "data": null
}

results matching ""

    No results matching ""