Commit e9a423f3 authored by 技术部-任文超's avatar 技术部-任文超

no message

parent 078a0e7a
...@@ -7,7 +7,7 @@ public class TestStringCode { ...@@ -7,7 +7,7 @@ public class TestStringCode {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println(ap_base64("13511112222", "000000")); System.out.println(ap_base64("13511112222", "000000"));
System.out.println(pc_base64("18022223333", "0000")); System.out.println(pc_base64("15566660006", "0000"));
} }
final static String AUTHORIZATION = "authorization"; final static String AUTHORIZATION = "authorization";
...@@ -17,6 +17,8 @@ public class TestStringCode { ...@@ -17,6 +17,8 @@ public class TestStringCode {
* 4.153 * 4.153
* 13576450525 123456 318e235d3e52648b236faa3f748000d5 * 13576450525 123456 318e235d3e52648b236faa3f748000d5
* 13724823305 123456 318e235d3e52648b236faa3f748000d5 * 13724823305 123456 318e235d3e52648b236faa3f748000d5
* Basic MTM1MTExMTIyMjI6MDAwMDAw
* Basic MTgwMjIyMjMzMzM6MDAwMDAw
* *
* 4.155 * 4.155
* 13511112222 000000 c8937b92506c0e2918de053dea69edd3 * 13511112222 000000 c8937b92506c0e2918de053dea69edd3
......
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