接口名称 记录用户标签     签名 web domain
地址 https://api.cnlive.com/open/api2/user/recordUserTag
method post
返回数据 json

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
orgAppId true string 应用ID
uid true string 用户id
userToken true string 用户token
tagId true string 标签id

返回DATA格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功",
}