Commit 4a2f58f0 by 王昆

gsb

parent cccb8386
......@@ -944,6 +944,9 @@ class EcontractApi {
if (!param.idNo) {
return this.returnjson(-1, "请提供该用户身份证号")
}
if (!param.mobile) {
return this.returnjson(-1, "请提供该用户手机号")
}
if (!await this.idcardClient.checkIDCard(param.idNo)) {
return this.returnjson(-1, "身份证格式不正确");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment