|
@@ -158,6 +158,8 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
SnowflakeIdUtils idWorker = new SnowflakeIdUtils(3, 1);
|
|
SnowflakeIdUtils idWorker = new SnowflakeIdUtils(3, 1);
|
|
|
|
|
|
|
|
Map<String, String> data = new HashMap<String, String>();
|
|
Map<String, String> data = new HashMap<String, String>();
|
|
|
|
|
+ data.put("appId", gzhAppid);
|
|
|
|
|
+ data.put("attach", "pay");
|
|
|
data.put("body", body);
|
|
data.put("body", body);
|
|
|
data.put("out_trade_no", out_trade_no);
|
|
data.put("out_trade_no", out_trade_no);
|
|
|
data.put("device_info", "");
|
|
data.put("device_info", "");
|