|
|
@@ -12,6 +12,7 @@ import com.ruoyi.common.utils.EsignHttpHelper;
|
|
12
|
12
|
import com.ruoyi.wisdomarbitrate.domain.DeptIdentify;
|
|
13
|
13
|
import com.ruoyi.wisdomarbitrate.domain.SealSignRecord;
|
|
14
|
14
|
|
|
|
15
|
+import java.io.File;
|
|
15
|
16
|
import java.util.Date;
|
|
16
|
17
|
import java.util.Map;
|
|
17
|
18
|
|
|
|
@@ -28,7 +29,6 @@ public class SignAward {
|
|
28
|
29
|
|
|
29
|
30
|
SealSignRecord sealSignRecord = new SealSignRecord();
|
|
30
|
31
|
|
|
31
|
|
-
|
|
32
|
32
|
/* 发起签署*/
|
|
33
|
33
|
// EsignHttpResponse createByFile = createByFile(sealSignRecord);
|
|
34
|
34
|
// JsonObject createByFileJsonObject = gson.fromJson(createByFile.getBody(), JsonObject.class);
|