he2802 3 年 前
コミット
232442b5d2

+ 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");