|
|
@ -136,6 +136,9 @@ namespace AksWebBrowser.Common |
|
|
|
{ |
|
|
|
{ |
|
|
|
try |
|
|
|
try |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
//关闭签字版 |
|
|
|
|
|
|
|
await PublicSign("close", 2, timeout); |
|
|
|
|
|
|
|
Task.Delay(1000).Wait(); |
|
|
|
string body = await PublicSign(type, typeCode, timeout); |
|
|
|
string body = await PublicSign(type, typeCode, timeout); |
|
|
|
if (!string.IsNullOrEmpty(body)) |
|
|
|
if (!string.IsNullOrEmpty(body)) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -381,6 +384,8 @@ namespace AksWebBrowser.Common |
|
|
|
{ |
|
|
|
{ |
|
|
|
try |
|
|
|
try |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
await PublicFinger("close", 2, timeout); |
|
|
|
|
|
|
|
Task.Delay(1000).Wait(); |
|
|
|
string body = await PublicFinger(type, typeCode, timeout); |
|
|
|
string body = await PublicFinger(type, typeCode, timeout); |
|
|
|
if (!string.IsNullOrEmpty(body)) |
|
|
|
if (!string.IsNullOrEmpty(body)) |
|
|
|
{ |
|
|
|
{ |
|
|
|