|
|
@@ -960,14 +960,14 @@ class User extends BaseController
|
|
960
|
960
|
// 设置exitentrypermit_type
|
|
961
|
961
|
$exType = '';
|
|
962
|
962
|
if ($cardType == 2) {
|
|
963
|
|
- $exType = 'hk_mc_return_passport_front'; // 返乡证
|
|
|
963
|
+ $exType = 'hk_mc_return_passport_front'; //返乡证
|
|
964
|
964
|
}
|
|
965
|
965
|
if ($cardType == 3) {
|
|
966
|
966
|
$exType = 'tw_return_passport_front'; // 台胞证
|
|
967
|
967
|
}
|
|
968
|
968
|
|
|
969
|
969
|
if (empty($exType)) {
|
|
970
|
|
- return app('json')->fail('证件号类型错误!');
|
|
|
970
|
+ return app('json')->fail('证件号类型错误~');
|
|
971
|
971
|
}
|
|
972
|
972
|
|
|
973
|
973
|
$postData['url'] = $params['card_positive'];
|