Эх сурвалжийг харах

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

田爽 9 сар өмнө
parent
commit
20af60371b

+ 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)