Ver a proveniência

fix bug

release_toaliyun_real
zhengfangyuan há 3 anos
ascendente
cometimento
bf2eee806f
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/pay/WxPayV3.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/pay/WxPayV3.java Ver ficheiro

@@ -74,7 +74,8 @@ public class WxPayV3 {
//处理中文
public static String handleChinese(String content) throws UnsupportedEncodingException {
//中文必须要这样,否则会双方签名失败
return new String(content.getBytes("ISO-8859-1"), "UTF-8");
//return new String(content.getBytes("ISO-8859-1"), "UTF-8");
return content;
}
//小程序下单支付签名


Carregando…
Cancelar
Guardar