shichen пре 10 месеци
родитељ
комит
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)) {