Commit a1970344c74b318d0b32399a46deb6c4f5229de9
1 parent
583254815a
Exists in
master
添加错误码
Showing 1 changed file with 16 additions and 1 deletions Side-by-side Diff
ServerDocument.md
... | ... | @@ -75,4 +75,19 @@ |
75 | 75 | return computedToken; |
76 | 76 | } |
77 | 77 | ``` |
78 | -注意:参数是按字母升序排列 | |
79 | 78 | \ No newline at end of file |
79 | +注意:参数是按字母升序排列 | |
80 | + | |
81 | + | |
82 | +4. 错误码对照表 | |
83 | +----------------------------- | |
84 | + | |
85 | + 100000 : 成功 | |
86 | + 800000 : 应用不存在 | |
87 | + 100010 : 用户密码错误 | |
88 | + 100011 : 用户已经存在 | |
89 | + 100012 : 用户不存在 | |
90 | + 100013 : 用户名不能为空 | |
91 | + 900000 : 订单不存在 | |
92 | + 900001 : 支付失败 | |
93 | + 900003 : sig签名错误 | |
94 | + | |
80 | 95 | \ No newline at end of file |