|
@@ -321,7 +321,7 @@ public class WxPayService extends PayBaseService {
|
|
|
paramData.put("spbill_create_ip", product.getSpbillCreateIp());
|
|
|
paramData.put("notify_url", notifyUrl);
|
|
|
paramData.put("trade_type", tradeType);
|
|
|
- paramData.put("attach", JsonUtil.toString(product.getAttach()));
|
|
|
+ paramData.put("attach", JsonUtil.toString(this.attach));
|
|
|
paramData.put("sign_type", config.getSignType());
|
|
|
//小程序商城下单需要携带openId
|
|
|
if (Strings.isNotBlank(openId)) {
|