shichen месяцев назад: 10
Родитель
Сommit
76a9827713
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/controller/api/user/User.php

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

@@ -961,10 +961,10 @@ class User extends BaseController
961 961
             // 设置exitentrypermit_type
962 962
             $exType = '';
963 963
             if ($cardType == 2) {
964
-                $exType = 'tw_return_passport_front'; //台胞
964
+                $exType = 'hk_mc_return_passport_front'; //返乡
965 965
             }
966 966
             if ($cardType == 3) {
967
-                $exType = 'hk_mc_return_passport_front'; // 返乡
967
+                $exType = 'tw_return_passport_front'; // 台胞
968 968
             }
969 969
 
970 970
             if (empty($exType)) {