APPID:wxebeac7855bbe7574
全场券 批次 :9923392 卡包ID:pX2-vjrZ_hAg-t_QfnhPAtPX2mR8
在商户后台创建全场券后在【不参与优惠的商品编码】中填写不参与优惠的商品ID号,在支付时,还是参与了优惠(之前是可以启作用的),部分源码如下:
const detail = JSON.stringify({
"goods_detail": [{
"goods_id": goodId,
"quantity": num,
//"price": 300
"price": goodsPrice
}]
})
const orderParam = { //微信支付侧的订单,不能随便添加字段**********
body,
detail: detail,
//goods_tag: 'danpin_test', //单品券要用的字段///
spbill_create_ip,
notify_url,
out_trade_no,
total_fee,
version: '1.0', //单品券要用的字段///
openid: OPENID,
trade_type: 'JSAPI',
timeStamp: time_stamp,
}
// // 在微信支付服务端生成该订单
const {
return_code,
...restData
} = await pay.unifiedOrder(orderParam)
添加一下wepayTS8(备注:微信社区 XXX问题)。