From 7521bad7d48b387a1593f94ec65c34f98e0d3f50 Mon Sep 17 00:00:00 2001 From: oort Date: Tue, 26 Sep 2023 22:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E5=B9=B3=E5=8F=B0=E5=A4=84?= =?UTF-8?q?=E7=BD=AE=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/wechat_v3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/wechat_v3.md b/doc/wechat_v3.md index b3887bf2..ca9403c6 100644 --- a/doc/wechat_v3.md +++ b/doc/wechat_v3.md @@ -356,6 +356,11 @@ wechat.V3DecryptScoreNotifyCipherText() * 反馈处理完成:`client.V3ComplaintComplete()` * 更新退款审批结果:`client.V3ComplaintUpdateRefundProgress()` * 商户上传反馈图片:`client.V3ComplaintUploadImage()` +* 商户平台处置通知 + * 创建商户违规通知回调回调地址:`client.V3ViolationNotifyUrlCreate()` + * 查询商户违规通知回调回调地址:`client.V3ViolationNotifyUrlQuery()` + * 更新商户违规通知回调回调地址:`client.V3ViolationNotifyUrlUpdate()` + * 删除商户违规通知回调回调地址:`client.V3ViolationNotifyUrlDelete()` * 其他能力 * 图片上传:`client.V3MediaUploadImage()` * 视频上传:`client.V3MediaUploadVideo()`