Commit abb20b26 by jinxin

随机字符串生成算法

parent 4b730ec5
...@@ -32,7 +32,6 @@ public class SignatureGetterUtil { ...@@ -32,7 +32,6 @@ public class SignatureGetterUtil {
} }
str += param + "&"; str += param + "&";
} }
System.out.println(str);
return str.substring(0, str.length() - 1); return str.substring(0, str.length() - 1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment