Commit 88bab9aa by ping.wu

签名密钥取值修改

parent 64733e56
...@@ -1311,7 +1311,7 @@ public class PayServiceImpl { ...@@ -1311,7 +1311,7 @@ public class PayServiceImpl {
plugInParameter.setSignMchid(signMchid); plugInParameter.setSignMchid(signMchid);
plugInParameter.setStoreId(thirdStoreId); plugInParameter.setStoreId(thirdStoreId);
String encryptKey = assortmentOpenPlatformPartnerPaymentAuth.getEncryptKey(); String encryptKey = assortmentOpenPlatformPartnerPaymentAuth.getSignKey();
String message = "apply_mchid="+applyMchid+"&sign_mchid="+signMchid+"&store_id="+thirdStoreId + "&key="+encryptKey; String message = "apply_mchid="+applyMchid+"&sign_mchid="+signMchid+"&store_id="+thirdStoreId + "&key="+encryptKey;
String sign = HMacSHA256.encrypt(message,encryptKey); String sign = HMacSHA256.encrypt(message,encryptKey);
......
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