浏览代码

Merge branch 'release' of http://110.188.24.182:10023/Fengwo/hotline into release

田爽 9 月之前
父节点
当前提交
20af60371b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 0
src/Hotline.Api/Controllers/OrderController.cs

@@ -6280,6 +6280,7 @@ public class OrderController : BaseController
     /// <param name="dto"></param>
     /// <returns></returns>
     [HttpPost("update-order-sourcechannel")]
+    [AllowAnonymous]
     public async Task UpdateOrderSourceChannel([FromBody] UpdateOrderSourceChannelDto dto)
     {
         if (dto == null || dto.Ids == null || dto.Ids.Count == 0)