# 設置信息
- 1.將用戶添加到推送標簽中
~~~[api]
post:/push/post/addTotags
*string:uid=20180000#用戶id
<<<
success
{
"status": true,
"resdata": {
"body": null,
"http_code": 200,
"headers": {
"0": "HTTP/1.1 200 OK",
"Server": "nginx",
"Date": "Mon, 26 Feb 2018 10:42:41 GMT",
"Content-Type": "application/json",
"Transfer-Encoding": "chunked",
"Connection": "keep-alive",
"X-Rate-Limit-Limit": "1200",
"X-Rate-Limit-Remaining": "1199",
"X-Rate-Limit-Reset": "60",
"X-Frame-Options": "SAMEORIGIN"
}
}
}
<<<
uidError
{
"status": false,
"title": "用戶不存在",
"message": "請輸入正確的用戶id重試"
}
<<<
tagsError
{
"status": false,
"title": "尚未添加任何標簽",
"message": "請添加標簽后重試"
}
~~~