Authored by gemingdan

Update 设置潮流口令.md

... ... @@ -44,6 +44,16 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
```json
{
"message": "获取不到uid",
"code": 504
}
{
"message": "无邀请码",
"code": 505
}
{
"message": "请输入潮流口令",
"code": 506
}
... ... @@ -64,8 +74,8 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
}
{
"message": "您设置的口令中存在违规词汇“海洛因”、“法轮”,请重新设置",
"code": 509
"message": "您的潮流口令可能涉及“政治”,请更换",
"code": 510
}
{
... ... @@ -73,6 +83,10 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
"code": 511
}
{
"message": "潮流口令设置失败",
"code": 512
}
... ...