shichen 6 ヶ月 前
コミット
a772d8e47f
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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 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'];