Authored by gemingdan

Update 设置潮流口令.md

@@ -44,6 +44,16 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23 @@ -44,6 +44,16 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
44 ```json 44 ```json
45 45
46 { 46 {
  47 + "message": "获取不到uid",
  48 + "code": 504
  49 +}
  50 +
  51 +{
  52 + "message": "无邀请码",
  53 + "code": 505
  54 +}
  55 +
  56 +{
47 "message": "请输入潮流口令", 57 "message": "请输入潮流口令",
48 "code": 506 58 "code": 506
49 } 59 }
@@ -64,8 +74,8 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23 @@ -64,8 +74,8 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
64 } 74 }
65 75
66 { 76 {
67 - "message": "您设置的口令中存在违规词汇“海洛因”、“法轮”,请重新设置",  
68 - "code": 509 77 + "message": "您的潮流口令可能涉及“政治”,请更换",
  78 + "code": 510
69 } 79 }
70 80
71 { 81 {
@@ -73,6 +83,10 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23 @@ -73,6 +83,10 @@ http://localhost:8090/gateway?method=app.trendword.update&debug=XYZ&trendWord=23
73 "code": 511 83 "code": 511
74 } 84 }
75 85
  86 +{
  87 + "message": "潮流口令设置失败",
  88 + "code": 512
  89 +}
76 90
77 91
78 92