Commit 038f1b0438657c8e89c10dca653bbf7e19929738
1 parent
c3bd1499a8
Exists in
master
fix 签名
Showing 1 changed file with 2 additions and 3 deletions Side-by-side Diff
ServerDocument.md
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | 3.签名算法 |
42 | 42 | -------------------------------- |
43 | 43 | |
44 | - | |
44 | + 注意:签名参数不能写成固定数量,一定要获取全部参数并且除sig参数外,然后按照字母升序排列。 | |
45 | 45 | ```java |
46 | 46 | |
47 | 47 | /** |
... | ... | @@ -89,5 +89,4 @@ |
89 | 89 | 100013 : 用户名不能为空 |
90 | 90 | 900000 : 订单不存在 |
91 | 91 | 900001 : 支付失败 |
92 | - 900003 : sig签名错误 | |
93 | - | |
94 | 92 | \ No newline at end of file |
93 | + 900003 : sig签名错误 | |
95 | 94 | \ No newline at end of file |