|
|
|
@ -15,5 +15,17 @@ namespace Shentun.Peis.PlugIns.Gem.Test |
|
|
|
_output = testOutputHelper; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
public async Task ImportResultAsync() |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
var input = new ChargeRequestPlugInsGem(new Guid("1c8cb151-cbc6-4ab5-b50b-0644bf2d515c")); |
|
|
|
var loginResult = input.LoginAsync().Result; |
|
|
|
await input.SyncChargeRequestFlagFromInterfaceAsync(new Guid("3a12cf84-4516-49d6-345f-87c17ed6b252")); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |