|
@@ -418,6 +418,7 @@ public class ESignServiceImpl implements IESignService {
|
|
private String extractSignFlowId(EsignHttpResponse response) {
|
|
private String extractSignFlowId(EsignHttpResponse response) {
|
|
JSONObject result = JSONObject.parseObject(response.getBody());
|
|
JSONObject result = JSONObject.parseObject(response.getBody());
|
|
if (result.getString("code").equals("1435002")) throw new JeecgBootException("该使用人未授权");
|
|
if (result.getString("code").equals("1435002")) throw new JeecgBootException("该使用人未授权");
|
|
|
|
+ if (result.getString("code").equals("1437328")) throw new JeecgBootException("该签署人账号:15120118404对应用户已存在个人信息,传入的指定签署人信息与已有个人信息不一致,请先确认信息是否准确:姓名张涛,大陆身份证522129200105265514");
|
|
return result.getJSONObject("data").getString("signFlowId");
|
|
return result.getJSONObject("data").getString("signFlowId");
|
|
}
|
|
}
|
|
|
|
|