|
@@ -65,7 +65,7 @@ namespace DataSharing.LuZhou
|
|
|
/// <returns></returns>
|
|
|
public Task OtherSendTask(string Key, OrderDto order, CancellationToken cancellationToken)
|
|
|
{
|
|
|
- throw new NotImplementedException();
|
|
|
+ return Task.CompletedTask;
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
@@ -77,7 +77,7 @@ namespace DataSharing.LuZhou
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
public Task RevokeOrderAsync(PublishSpecialDto dto, CancellationToken cancellationToken)
|
|
|
{
|
|
|
- throw new NotImplementedException();
|
|
|
+ return Task.CompletedTask;
|
|
|
}
|
|
|
|
|
|
/// <summary>
|