Commit d5868fa0 by ping.wu

签名密钥取值修改

parent 88bab9aa
...@@ -1304,8 +1304,8 @@ public class PayServiceImpl { ...@@ -1304,8 +1304,8 @@ public class PayServiceImpl {
return plugInParameter; return plugInParameter;
} }
String applyMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid(); String applyMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid();
String signMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid(); String signMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid();
String thirdStoreId = assortmentOpenPlatformPaymentStore.getThirdStoreId(); String thirdStoreId = assortmentOpenPlatformPaymentStore.getThirdStoreId();
plugInParameter.setApplyMchid(applyMchid); plugInParameter.setApplyMchid(applyMchid);
plugInParameter.setSignMchid(signMchid); plugInParameter.setSignMchid(signMchid);
......
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