Kaynağa Gözat

Merge branch 'shichen0929' of shop/php into dev

shishichen 10 ay önce
ebeveyn
işleme
fe0df389ac
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
             // 设置exitentrypermit_type
961
             // 设置exitentrypermit_type
962
             $exType = '';
962
             $exType = '';
963
             if ($cardType == 2) {
963
             if ($cardType == 2) {
964
-                $exType = 'tw_return_passport_front'; //台胞
964
+                $exType = 'hk_mc_return_passport_front'; //返乡
965
             }
965
             }
966
             if ($cardType == 3) {
966
             if ($cardType == 3) {
967
-                $exType = 'hk_mc_return_passport_front'; // 返乡
967
+                $exType = 'tw_return_passport_front'; // 台胞
968
             }
968
             }
969
 
969
 
970
             if (empty($exType)) {
970
             if (empty($exType)) {