shichen hai 6 meses
pai
achega
0f97ff0f00
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/controller/api/user/User.php

+ 2 - 2
app/controller/api/user/User.php

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