Sign in
BOSS Team
/
OPEN_API
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
01cec27611dafe05d8deb93418e457ee84a1a94f
Authored by
费有文
2016-07-20 09:56:00 +0800
1 parent
2d7a5532
java 代码
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
0. 公共组件/1.1 SHA1签名.md
0. 公共组件/1.1 SHA1签名.md
View file @
01cec27
...
...
@@ -14,7 +14,7 @@ SHA1 加密
14
14
3. 对传入参数中所有键值对的 value 进行 urlencode 转码后重新拼接成字符串 string2。
15
15
4. 将 sign=signValue拼接到string2后面得到最终的 参数 字符串。
16
16
17
-####
代码示例
17
+####
Java
代码示例
18
18
19
19
```java
20
20
...
...