|
|
|
|
|
|
776
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
776
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
|
777
|
sealSignRecordres.setSealUrl(urlapply);
|
777
|
sealSignRecordres.setSealUrl(urlapply);
|
|
778
|
}
|
778
|
}
|
|
|
|
779
|
+ return AjaxResult.success(sealSignRecordres);
|
|
|
|
780
|
+ }else {
|
|
|
|
781
|
+ return AjaxResult.error();
|
|
779
|
}
|
782
|
}
|
|
780
|
- return AjaxResult.success(sealSignRecordres);
|
|
|
|
|
|
783
|
+
|
|
781
|
|
784
|
|
|
782
|
}else if(roleNames.contains("被申请人")){
|
785
|
}else if(roleNames.contains("被申请人")){
|
|
783
|
SealSignRecord sealSignRecordres = new SealSignRecord();
|
786
|
SealSignRecord sealSignRecordres = new SealSignRecord();
|
|
|
|
|
|
|
796
|
JsonObject signUrlData = signUrlJsonObject.getAsJsonObject("data");
|
799
|
JsonObject signUrlData = signUrlJsonObject.getAsJsonObject("data");
|
|
797
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
800
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
|
798
|
sealSignRecordres.setSealUrl(urlapply);
|
801
|
sealSignRecordres.setSealUrl(urlapply);
|
|
|
|
802
|
+ return AjaxResult.success(sealSignRecordres);
|
|
|
|
803
|
+ }else {
|
|
|
|
804
|
+ return AjaxResult.error();
|
|
799
|
}
|
805
|
}
|
|
800
|
- return AjaxResult.success(sealSignRecordres);
|
|
|
|
801
|
}
|
806
|
}
|
|
802
|
return AjaxResult.success();
|
807
|
return AjaxResult.success();
|
|
803
|
}
|
808
|
}
|