@@ -679,7 +679,7 @@ public class ESignServiceImpl implements IESignService {
public String orgAuthorizedSeal(String orgId) throws EsignDemoException {
// 使用传入的 orgId
- EsignHttpResponse orgAuthorizedSealList = orgAuthorizedSealList("585f3eabc65b42b1ad5ae56f4e2bdde6");
+ EsignHttpResponse orgAuthorizedSealList = orgAuthorizedSealList(orgId);
JsonObject orgAuthorizedSealListObject = gson.fromJson(orgAuthorizedSealList.getBody(), JsonObject.class);
// 检查 data.seals 是否存在