Commit bac3d3d2 by 陈浩建

临时去掉预制卡身份验证(小白卡接口

parent 2f3f1fba
...@@ -188,12 +188,12 @@ public class PackageNewClothes { ...@@ -188,12 +188,12 @@ public class PackageNewClothes {
/** /**
* 黑牛卡年龄判断 * 黑牛卡年龄判断
*/ */
if(kapin.indexOf("黑牛") > -1) { // if(kapin.indexOf("黑牛") > -1) {
ResponseData<String> stringResponseData = heiNiuIdCardVerification(idCard, customerName); // ResponseData<String> stringResponseData = heiNiuIdCardVerification(idCard, customerName);
if (!stringResponseData.isSuccess()) { // if (!stringResponseData.isSuccess()) {
return stringResponseData; // return stringResponseData;
}; // };
} // }
/** /**
* 办理中+94天内订单判断 * 办理中+94天内订单判断
......
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