Commit 64733e56 by ping.wu

签名密钥取值修改与签名联调

parent a6fba59b
...@@ -44,12 +44,4 @@ public class HMacSHA256 { ...@@ -44,12 +44,4 @@ public class HMacSHA256 {
} }
return hs.toString().toUpperCase(); return hs.toString().toUpperCase();
} }
public static void main(String[] args) {
String mess= "apply_mchid=256151646&sign_mchid=301386006&store_id=21531295&key=4E07E532BCC2302B9E0ACEEC140B204F";
String sss = encrypt(mess,"4E07E532BCC2302B9E0ACEEC140B204F");
System.out.println();
}
} }
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