qinchaoyue 1 month ago
parent
commit
aed8f2cfa3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Api/Controllers/Snapshot/SnapshotOrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Snapshot/SnapshotOrderController.cs

@@ -276,7 +276,7 @@ public class SnapshotOrderController : BaseController
     [HttpPut("guider/timeout/{id}")]
     public async Task HandleFromWanggeyuanToMaskAsync(string id)
     {
-        await _orderApplication.HandleFromWanggeyuanToMaskAsync(id, HttpContext.RequestAborted);
+        await _orderApplication.HandleFromWanggeyuanToMaskAsync(id, string.Empty, HttpContext.RequestAborted);
     }
 
     /// <summary>