mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-15 14:04:32 +08:00
docs: 完善文档
This commit is contained in:
parent
1549ba3c4b
commit
4f9ad654ae
@ -482,27 +482,35 @@
|
||||
|
||||
- 消费者投诉 2.0
|
||||
|
||||
- 查询投诉单列表:`QueryMerchantServiceComplaints`
|
||||
- 主动查询投诉信息
|
||||
|
||||
- 查询投诉单详情:`GetMerchantServiceComplaintByComplaintId`
|
||||
- 查询投诉单列表:`QueryMerchantServiceComplaints`
|
||||
|
||||
- 查询投诉协商历史:`QueryMerchantServiceComplaintNegotiationHistories`
|
||||
- 查询投诉单详情:`GetMerchantServiceComplaintByComplaintId`
|
||||
|
||||
- 创建投诉通知回调地址:`CreateMerchantServiceComplaintNotification`
|
||||
- 查询投诉协商历史:`QueryMerchantServiceComplaintNegotiationHistories`
|
||||
|
||||
- 查询投诉通知回调地址:`GetMerchantServiceComplaintNotification`
|
||||
- 实时获取投诉信息
|
||||
|
||||
- 更新投诉通知回调地址:`UpdateMerchantServiceComplaintNotification`
|
||||
- 创建投诉通知回调地址:`CreateMerchantServiceComplaintNotification`
|
||||
|
||||
- 删除投诉通知回调地址:`DeleteMerchantServiceComplaintNotification`
|
||||
- 查询投诉通知回调地址:`GetMerchantServiceComplaintNotification`
|
||||
|
||||
- 提交回复:`CreateMerchantServiceComplaintResponse`
|
||||
- 更新投诉通知回调地址:`UpdateMerchantServiceComplaintNotification`
|
||||
|
||||
- 反馈处理完成:`SetMerchantServiceComplaintComplete`
|
||||
- 删除投诉通知回调地址:`DeleteMerchantServiceComplaintNotification`
|
||||
|
||||
- 商户上传反馈图片:`UploadMerchantServiceImage`
|
||||
- 商户处理用户投诉
|
||||
|
||||
- 下载图片:`DownloadMerchantServiceImage`
|
||||
- 回复用户:`CreateMerchantServiceComplaintResponse`
|
||||
|
||||
- 反馈处理完成:`SetMerchantServiceComplaintComplete`
|
||||
|
||||
- 商户反馈图片
|
||||
|
||||
- 图片上传接口:`UploadMerchantServiceImage`
|
||||
|
||||
- 图片请求接口:`DownloadMerchantServiceImage`
|
||||
|
||||
- 安全工具
|
||||
|
||||
@ -1230,29 +1238,41 @@
|
||||
|
||||
- 删除分账接收方:`DeleteBrandProfitSharingReceiver`
|
||||
|
||||
- 申请分账账单:`GetProfitSharingBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- 消费者投诉 2.0
|
||||
|
||||
- 查询投诉单列表:`QueryMerchantServiceComplaints`
|
||||
- 主动查询投诉信息
|
||||
|
||||
- 查询投诉单详情:`GetMerchantServiceComplaintByComplaintId`
|
||||
- 查询投诉单列表:`QueryMerchantServiceComplaints`
|
||||
|
||||
- 查询投诉协商历史:`QueryMerchantServiceComplaintNegotiationHistories`
|
||||
- 查询投诉单详情:`GetMerchantServiceComplaintByComplaintId`
|
||||
|
||||
- 创建投诉通知回调地址:`CreateMerchantServiceComplaintNotification`
|
||||
- 查询投诉协商历史:`QueryMerchantServiceComplaintNegotiationHistories`
|
||||
|
||||
- 查询投诉通知回调地址:`GetMerchantServiceComplaintNotification`
|
||||
- 实时获取投诉信息
|
||||
|
||||
- 更新投诉通知回调地址:`UpdateMerchantServiceComplaintNotification`
|
||||
- 创建投诉通知回调地址:`CreateMerchantServiceComplaintNotification`
|
||||
|
||||
- 删除投诉通知回调地址:`DeleteMerchantServiceComplaintNotification`
|
||||
- 查询投诉通知回调地址:`GetMerchantServiceComplaintNotification`
|
||||
|
||||
- 提交回复:`CreateMerchantServiceComplaintResponse`
|
||||
- 更新投诉通知回调地址:`UpdateMerchantServiceComplaintNotification`
|
||||
|
||||
- 反馈处理完成:`SetMerchantServiceComplaintComplete`
|
||||
- 删除投诉通知回调地址:`DeleteMerchantServiceComplaintNotification`
|
||||
|
||||
- 商户上传反馈图片:`UploadMerchantServiceImage`
|
||||
- 商户处理用户投诉
|
||||
|
||||
- 下载图片:`DownloadMerchantServiceImage`
|
||||
- 回复用户:`CreateMerchantServiceComplaintResponse`
|
||||
|
||||
- 反馈处理完成:`SetMerchantServiceComplaintComplete`
|
||||
|
||||
- 商户反馈图片
|
||||
|
||||
- 图片上传接口:`UploadMerchantServiceImage`
|
||||
|
||||
- 图片请求接口:`DownloadMerchantServiceImage`
|
||||
|
||||
- 安全工具
|
||||
|
||||
@ -1308,6 +1328,12 @@
|
||||
|
||||
- 处置结果回传:`CreateMerchantRiskManageTradeRiskResult`
|
||||
|
||||
- 不活跃商户身份核实
|
||||
|
||||
- 发起不活跃商户身份核实:`CreateComplianceInactiveMerchantIdentityVerification`
|
||||
|
||||
- 查询不活跃商户身份核实结果:`GetComplianceInactiveMerchantIdentityVerificationByVerificationId`
|
||||
|
||||
- 其他
|
||||
|
||||
- 来账识别
|
||||
|
Loading…
Reference in New Issue
Block a user