Пример #1
0
        public void QueryComplaintNotifyUrlAsyncTest()
        {
            var complaintApis = new ComplaintApis();
            var result        = complaintApis.QueryComplaintNotifyUrlAsync().GetAwaiter().GetResult();

            Console.WriteLine("微信支付 V3 查询投诉通知回调地址接口测试结果:" + result.ToJson(true));

            Assert.IsNotNull(result);
            Assert.IsTrue(result.ResultCode.Success);
            Assert.IsTrue(result.VerifySignSuccess == true);//通过验证
        }