Skip to content

设置消息通知地址

用于设置接收营销事件通知的URL,可接收营销相关的事件通知,包括核销、发放、退款等。 官方文档

js
wxpay
.
v3
.
marketing
.
favor
.
callbacks
.
post
({
mchid
,
notify_url
,
switch
:
flag
,
}) .
then
(
({
data
: {
update_time
,
notify_url
,
}, }) => ({
update_time
,
notify_url
,
}) )

获取已设置的消息通知地址

用于查询已经设置的接收营销事件通知的URL。 官方文档

js
wxpay
.
v3
.
marketing
.
favor
.
callbacks
.
get
({
params
,
}) .
then
(
({
data
: {
mchid
,
notify_url
,
}, }) => ({
mchid
,
notify_url
,
}) )

Released under the MIT License. (SITEMAP)