lingling
2025-03-20 9a940dde6bd6c4a4254da943cda37e6a68b20d63
添加支付日志
1个文件已修改
2 ■■■■■ 已修改文件
LifePayment/LifePayment.Application/LifePay/LifePayService.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -871,10 +871,12 @@
                OpenId = openid
            }
        };
        Logger.LogError("调用请求:" + req.ToJson());
        var timestamp = DateTimeOffset.Now.ToUnixTimeSeconds();
        string nonce = Guid.NewGuid().ToString();
        var res = await _wxPayApi.PayTransactionsJsAPI(req);
        Logger.LogError("调用结果:" + res.ToJson());
        string package = "prepay_id=" + res.PrepayId;
        ModelPaymentMiniPay info = new ModelPaymentMiniPay();
        if (res != null)