From ba6f92a0f56cbb0cc80f93a2eb2453aa6a5a30bc Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 13:55:04 +0800 Subject: [PATCH] fix:读取配置 --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 3758621..ce05b3d 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -457,6 +457,17 @@ } /// <summary> + /// 淇敼瀹為檯鍒拌处閲戦 + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + [HttpPost] + public async Task<int> UpdateLifePayOrderActualReceivedAmount(UpdateLifePayOrderInput input) + { + return await _lifePayService.UpdateLifePayOrderActualReceivedAmount(input); + } + + /// <summary> /// 閫�娆剧敓娲荤即璐硅鍗� /// </summary> /// <param name="input"></param> -- Gitblit v1.9.1