Skip to content

商户反馈

商户上传反馈处理结果的接口。 包括商户反馈类型、商户反馈内容以及图片凭证。 其中上传图片凭证需首先调用“商户上传反馈图片”接口,得到图片id,再将id填入请求。 官方文档

js
wxpay
.
v3
.
merchantService
.
feedbacks
.
post
({
transaction_id
,
complainted_mchid
,
feedback_type
,
feedback_content
,
feedback_images
,
launch_confirm_process
,
}) .
then
(({
status
, }) =>
status
=== 204)

Released under the MIT License. (SITEMAP)