JeffreySu / WxOpen

微信小程序 C# SDK,Senparc.Weixin.WxOpen.dll

Home Page:https://weixin.senparc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

支付后获取用户 Unionid 接口没有传入open Id

fletu opened this issue · comments

commented

[ApiBind(NeuChar.PlatformType.WeChat_MiniProgram, "WxAppApi.GetPaidUnionidAsync", true)]
public static async Task GetPaidUnionidAsync(string accessTokenOrAppId, string transaction_id, string mch_id = "", string out_trade_no = "", int timeOut = Config.TIME_OUT)
这个获取支付后获取用户 Unionid ,方法里面没有传入用户open Id,查询不出Unionid,提示缺少参数

已经修复,非常感谢!