移动系统liao
2024-09-25 4d17fa724871eed6a4185b23a689fc7b94556b1f
no message
2个文件已修改
1个文件已删除
855 ■■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cylsg/cylsg.Application/Transfer/UserTransfer.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cylsg/cylsg.Web.Entry/application.log 851 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -36,3 +36,4 @@
cylsg/EzJob/bin/
cylsg/EzJob/obj/
cylsg/cylsg.Application/cylsg.Application.xml
cylsg/cylsg.Web.Entry/application.log
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>();
cylsg/cylsg.Web.Entry/application.log
File was deleted