Skip to content

提交回复

商户可通过调用此接口,提交回复内容。其中上传图片凭证需首先调用商户上传反馈图片接口,得到图片id,再将id填入请求。 官方文档

js
wxpay
.
v3
.
merchantService
.
complaintsV2
.
_complaint_id_
.
response
.
post
({
complainted_mchid
,
response_content
,
response_images
,
jump_url
,
jump_url_text
,
}, {
complaint_id
, })
.
then
(({
status
, }) =>
status
=== 204)

Released under the MIT License. (SITEMAP)