Skip to content

发放普通红包

现金红包发放后会以公众号消息的形式触达用户,不同情况下触达消息的形式会有差别,相关规则如下:1.已关注公众号的用户,使用“防伪消息”触达;2.未关注公众号的用户,使用“模板消息”触达。 官方文档 官方文档

js
const { 
Transformer
} =
require
('wechatpay-axios-plugin')
wxpay
.
v2
.
mmpaymkttransfers
.
sendredpack
.
post
({
nonce_str
,
mch_billno
,
mch_id
,
sub_mch_id
,
wxappid
,
msgappid
,
send_name
,
re_openid
,
total_amount
,
total_num
,
wishing
,
client_ip
,
act_name
,
remark
,
scene_id
,
risk_info
,
}, {
security
,
transformResponse
: [
Transformer
.
toObject
], })
.
then
(
({
data
: {
return_code
,
return_msg
,
result_code
,
err_code
,
err_code_des
,
mch_billno
,
mch_id
,
wxappid
,
re_openid
,
total_amount
,
send_listid
,
}, }) => ({
return_code
,
return_msg
,
result_code
,
err_code
,
err_code_des
,
mch_billno
,
mch_id
,
wxappid
,
re_openid
,
total_amount
,
send_listid
,
}) )

Released under the MIT License. (SITEMAP)