C# Class Senparc.Weixin.MP.AdvancedAPIs.TenPayRights

微信支付维权接口,官方API:https://mp.weixin.qq.com/htmledition/res/bussiness-course2/wxm-payment-kf-api.pdf
ファイルを表示 Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
UpDateFeedBack ( string accessToken, string openId, string feedBackId ) : WxJsonResult

标记客户的投诉处理状态

UpDateFeedBackAsync ( string accessToken, string openId, string feedBackId ) : Task

【异步方法】标记客户的投诉处理状态

Method Details

UpDateFeedBack() public static method

标记客户的投诉处理状态
public static UpDateFeedBack ( string accessToken, string openId, string feedBackId ) : WxJsonResult
accessToken string
openId string 支付该笔订单的用户 ID
feedBackId string 投诉单号
return Senparc.Weixin.Entities.WxJsonResult

UpDateFeedBackAsync() public static method

【异步方法】标记客户的投诉处理状态
public static UpDateFeedBackAsync ( string accessToken, string openId, string feedBackId ) : Task
accessToken string
openId string 支付该笔订单的用户 ID
feedBackId string 投诉单号
return Task