|
|
@@ -147,7 +147,7 @@ public class SignAward {
|
|
147
|
147
|
* @return
|
|
148
|
148
|
* @throws EsignDemoException
|
|
149
|
149
|
*/
|
|
150
|
|
- public static EsignHttpResponse createByFile(SealSignRecord sealSignRecord, List<String> sealIds) throws EsignDemoException {
|
|
|
150
|
+ public static EsignHttpResponse createByFile(SealSignRecord sealSignRecord) throws EsignDemoException {
|
|
151
|
151
|
String apiaddr = "/v3/sign-flow/create-by-file";
|
|
152
|
152
|
|
|
153
|
153
|
String fileId = sealSignRecord.getFileid();
|
|
|
@@ -167,6 +167,7 @@ public class SignAward {
|
|
167
|
167
|
String positionPageorg = sealSignRecord.getPositionPageorg();
|
|
168
|
168
|
double positionXorg = sealSignRecord.getPositionXorg();
|
|
169
|
169
|
double positionYorg = sealSignRecord.getPositionYorg();
|
|
|
170
|
+ String availableSealId = "209af82b-5f87-4e0a-b0d8-cc4923b6e652";
|
|
170
|
171
|
|
|
171
|
172
|
|
|
172
|
173
|
String jsonParm = "{\n" +
|
|
|
@@ -245,7 +246,7 @@ public class SignAward {
|
|
245
|
246
|
" \"freeMode\": false,\n" +
|
|
246
|
247
|
|
|
247
|
248
|
" \"availableSealIds\": [\n" +
|
|
248
|
|
- " \"" + sealIds + "\"\n" +
|
|
|
249
|
+ " \"" + availableSealId + "\"\n" +
|
|
249
|
250
|
" ],\n" +
|
|
250
|
251
|
|
|
251
|
252
|
|