|
@@ -23,7 +23,7 @@ class MasterWorkerInfoLogic extends BaseLogic
|
|
|
{
|
|
{
|
|
|
try{
|
|
try{
|
|
|
|
|
|
|
|
- if(empty($params['id_card_front_img']) || empty($params['id_card_opposite_img'])){
|
|
|
|
|
|
|
+ if($params['id_card_front_img']=='https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/zm.png' || $params['id_card_opposite_img'] == 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/fm.png'){
|
|
|
throw new Exception('请上传身份证正反面照片');
|
|
throw new Exception('请上传身份证正反面照片');
|
|
|
}
|
|
}
|
|
|
|
|
|