|
@@ -86,6 +86,8 @@ def build_contract_items(
|
|
|
resp_msg = sign_json.get("message") if isinstance(sign_json, dict) else None
|
|
resp_msg = sign_json.get("message") if isinstance(sign_json, dict) else None
|
|
|
if resp_code == 1437328:
|
|
if resp_code == 1437328:
|
|
|
message = f"{contract_name}发起签署失败:手机号与真实姓名不匹配,请确认联系人实名信息"
|
|
message = f"{contract_name}发起签署失败:手机号与真实姓名不匹配,请确认联系人实名信息"
|
|
|
|
|
+ elif resp_code == 1435320:
|
|
|
|
|
+ message = f"{contract_name}发起签署失败:企业证件格式异常,请检查统一社会信用代码是否为有效的18位({resp_msg})"
|
|
|
elif resp_code == 1435002:
|
|
elif resp_code == 1435002:
|
|
|
message = f"{contract_name}发起签署失败:签署参数不合法({resp_msg})"
|
|
message = f"{contract_name}发起签署失败:签署参数不合法({resp_msg})"
|
|
|
elif resp_code == 1437306:
|
|
elif resp_code == 1437306:
|