From 446957fb241cd6489576281c28050062aa6df073 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 25 九月 2024 14:56:11 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/cylsg --- cylsg/cylsg.Application/Transfer/UserTransfer.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cylsg/cylsg.Application/Transfer/UserTransfer.cs b/cylsg/cylsg.Application/Transfer/UserTransfer.cs index 4446678..0aaf219 100644 --- a/cylsg/cylsg.Application/Transfer/UserTransfer.cs +++ b/cylsg/cylsg.Application/Transfer/UserTransfer.cs @@ -251,6 +251,7 @@ /// </summary> [AllowAnonymous] [HttpPost] + [ApiExplorerSettings(IgnoreApi = true)] public async Task<TransferOderOut> GetTransferOder(SearchTransferOder param) { @@ -293,7 +294,7 @@ /// <returns></returns> [AllowAnonymous] [HttpGet] - // [ApiExplorerSettings(IgnoreApi = true)] + [ApiExplorerSettings(IgnoreApi = true)] public async Task<bool> ReSendTransferOder([FromQuery] string ids) { var itmsRes = new BaseRepository<WeChatTransferOrder>(); -- Gitblit v1.9.1