diff --git a/ServerDocument.md b/ServerDocument.md index 6c9402d..ac70fa4 100644 --- a/ServerDocument.md +++ b/ServerDocument.md @@ -75,4 +75,19 @@ return computedToken; } ``` -注意:参数是按字母升序排列 \ No newline at end of file +注意:参数是按字母升序排列 + + +4. 错误码对照表 +----------------------------- + + 100000 : 成功 + 800000 : 应用不存在 + 100010 : 用户密码错误 + 100011 : 用户已经存在 + 100012 : 用户不存在 + 100013 : 用户名不能为空 + 900000 : 订单不存在 + 900001 : 支付失败 + 900003 : sig签名错误 + \ No newline at end of file