Commit 33f14cb5 authored by hezhen's avatar hezhen

123

parent 5420f6c9
...@@ -67,7 +67,7 @@ public class WXPay { ...@@ -67,7 +67,7 @@ public class WXPay {
String jsParam = ""; String jsParam = "";
if (prepayid != null && prepayid.length() > 10) { if (prepayid != null && prepayid.length() > 10) {
// 生成微信支付参数,此处拼接为完整的JSON格式,符合支付调起传入格式 // 生成微信支付参数,此处拼接为完整的JSON格式,符合支付调起传入格式
jsParam = WXPay.createPackageValueWeb(SystemConfig.WINXIN_AppID, SystemConfig.WINXIN_PARTNER_KEY, prepayid); jsParam = WXPay.createPackageValueWeb(wyAppid, SystemConfig.WINXIN_PARTNER_KEY, prepayid);
} }
return jsParam; return jsParam;
......
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