he2802 3 سال پیش
والد
کامیت
9d76e94cf5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-system/src/main/java/com/zhongzheng/modules/wx/service/impl/WxPayServiceImpl.java

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/wx/service/impl/WxPayServiceImpl.java

@@ -225,7 +225,7 @@ public class WxPayServiceImpl implements IWxPayService {
             data.put("device_info", "");
             data.put("fee_type", "CNY");
             data.put("total_fee", price.intValue() + "");
-            data.put("openid", openid);
+       //     data.put("openid", openid);
             data.put("spbill_create_ip", IpUtils.getIpAddr(ServletUtils.getRequest()));
             data.put("notify_url", notifyUrl);
             data.put("trade_type", "NATIVE");