|
@ -20,6 +20,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs; |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[AllowAnonymous] |
|
|
[AllowAnonymous] |
|
|
[Route("api/settleaccount/[controller]/[action]")]
|
|
|
[Route("api/settleaccount/[controller]/[action]")]
|
|
|
|
|
|
[ApiExplorerSettings(IgnoreApi = true)] |
|
|
public class HomeAppService : ApplicationService |
|
|
public class HomeAppService : ApplicationService |
|
|
{ |
|
|
{ |
|
|
private readonly IServiceProvider _applicationServices; |
|
|
private readonly IServiceProvider _applicationServices; |
|
|