| | |
| | | cylsg/EzJob/bin/ |
| | | cylsg/EzJob/obj/ |
| | | cylsg/cylsg.Application/cylsg.Application.xml |
| | | cylsg/cylsg.Web.Entry/application.log |
| | |
| | | /// </summary> |
| | | [AllowAnonymous] |
| | | [HttpPost] |
| | | [ApiExplorerSettings(IgnoreApi = true)] |
| | | public async Task<TransferOderOut> GetTransferOder(SearchTransferOder param) |
| | | { |
| | | |
| | |
| | | /// <returns></returns> |
| | | [AllowAnonymous] |
| | | [HttpGet] |
| | | // [ApiExplorerSettings(IgnoreApi = true)] |
| | | [ApiExplorerSettings(IgnoreApi = true)] |
| | | public async Task<bool> ReSendTransferOder([FromQuery] string ids) |
| | | { |
| | | var itmsRes = new BaseRepository<WeChatTransferOrder>(); |