Commit ead6e6b6 authored by cy's avatar cy

微信支付

parent b1c903ca
......@@ -282,6 +282,7 @@ public class WxPayUtil {
parameters.put("sign", sign);//签名
//将订单对象转为xml格式
String s = null;
try {
return MapToXmlUtils.mapToXml(parameters);//maptoXml方法是微信sdk自带的方法
} catch (Exception e) {
......
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