Преглед изворни кода

// test

release_toaliyun_real
xhxu пре 3 година
родитељ
комит
d3375786e5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/pay/WxPayV3.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/pay/WxPayV3.java Прегледај датотеку

@@ -97,7 +97,7 @@ public class WxPayV3 {
//解密平台加密信息
public static String decrypt(WxPayService payService,String entryText,String nonce,String associatedData) throws GeneralSecurityException, IOException {
String apiV3Key = payService.getConfig().getApiV3Key();
return JSON.toJSONString(AesUtils.decryptToString(associatedData, nonce, entryText, apiV3Key));
return AesUtils.decryptToString(associatedData, nonce, entryText, apiV3Key);
}
/**


Loading…
Откажи
Сачувај