Commit 4dabc033 by DESKTOP-7Q3CA17\86137

gsb

parent 74e661af
......@@ -118,18 +118,18 @@ class ChannelApi {
if (!queryobj.idcode) {
return system.getResultFail(-1, "idcode不能为空");
}
if (queryobj.ctype == 1) {
if (!queryobj.business_license) {
return system.getResultFail(-1, "business_license不能为空");
}
} else {
if (!queryobj.idcard_front) {
return system.getResultFail(-1, "idcard_front不能为空");
}
if (!queryobj.idcard_back) {
return system.getResultFail(-1, "idcard_back不能为空");
}
}
// if (queryobj.ctype == 1) {
// if (!queryobj.business_license) {
// return system.getResultFail(-1, "business_license不能为空");
// }
// } else {
// if (!queryobj.idcard_front) {
// return system.getResultFail(-1, "idcard_front不能为空");
// }
// if (!queryobj.idcard_back) {
// return system.getResultFail(-1, "idcard_back不能为空");
// }
// }
if (!queryobj.contact_man) {
return system.getResultFail(-1, "contact_man不能为空");
}
......
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