Commit bbbc0033 by ping.wu

Merge branches 'develop' and 'feature/20220112_银行周周惠_wuping' of…

Merge branches 'develop' and 'feature/20220112_银行周周惠_wuping' of http://gitlab.freemud.com/order-group-application/order-group into develop
parents defb5e50 88bab9aa
...@@ -1316,7 +1316,7 @@ public class PayServiceImpl { ...@@ -1316,7 +1316,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