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>();