1
0
mirror of synced 2026-04-26 03:28:45 +08:00

👽 等待simple-http发版, 解决使用apache-httpclient时的403bug

This commit is contained in:
yadong.zhang
2020-04-09 22:58:34 +08:00
parent 65b2db32b5
commit 7f0f1e17d2
5 changed files with 6 additions and 17 deletions

View File

@@ -284,7 +284,7 @@ public class GlobalAuthUtils {
* @param appSecret 京东应用密钥
* @param params 签名参数
* @return 签名后的字符串
* @since 1.15.0-alpha
* @since 1.15.0
*/
public static String generateJdSignature(String appSecret, Map<String, Object> params) {
Map<String, Object> treeMap = new TreeMap<>(params);

View File

@@ -40,7 +40,7 @@ public class UrlBuilder {
* 只读的参数Map
*
* @return unmodifiable Map
* @since 1.15.0-alpha
* @since 1.15.0
*/
public Map<String, Object> getReadOnlyParams() {
return Collections.unmodifiableMap(params);