瀏覽代碼

20221013 補寄信(1005~1011) 信件補寄完畢, 並將寄信部分先註解

LuluFJ.Ho 2 年之前
父節點
當前提交
968e1f6ae6
共有 1 個檔案被更改,包括 13 行新增13 行删除
  1. 13
    13
      app/Http/Controllers/Api/SeminarSignUpController.php

+ 13
- 13
app/Http/Controllers/Api/SeminarSignUpController.php 查看文件

117
         return $this->apiResponse($data);
117
         return $this->apiResponse($data);
118
     }
118
     }
119
 
119
 
120
-    // list
120
+    // list 
121
     public function getReMailData()
121
     public function getReMailData()
122
     {
122
     {
123
         
123
         
159
                     $jobTitle = $list[$i]["jobTitle"];
159
                     $jobTitle = $list[$i]["jobTitle"];
160
                     $trackOfInterest = $list[$i]["trackOfInterest"];
160
                     $trackOfInterest = $list[$i]["trackOfInterest"];
161
 
161
 
162
-                    if ($lang=='TP'||$lang=='HS') {
163
-                        $this->mailToUser_TW($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
164
-                            $phoneNumber_orig, $country, $registeredSession, $lunchOptions, $typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
165
-                    } elseif ($lang=='JP') {
166
-                        $this->mailToUser_JP($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
167
-                        $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
168
-                    } elseif ($lang=='KR') {
169
-                        $this->mailToUser_KR($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
170
-                        $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
171
-                    } else {
172
-                        $this->mailToUser_EN($firstName_orig, $companyEmail_orig, $backupEmail_orig);
173
-                    }
162
+                    // if ($lang=='TP'||$lang=='HS') {
163
+                    //     $this->mailToUser_TW($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
164
+                    //         $phoneNumber_orig, $country, $registeredSession, $lunchOptions, $typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
165
+                    // } elseif ($lang=='JP') {
166
+                    //     $this->mailToUser_JP($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
167
+                    //     $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
168
+                    // } elseif ($lang=='KR') {
169
+                    //     $this->mailToUser_KR($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig, 
170
+                    //     $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
171
+                    // } else {
172
+                    //     $this->mailToUser_EN($firstName_orig, $companyEmail_orig, $backupEmail_orig);
173
+                    // }
174
                 // );
174
                 // );
175
 
175
 
176
                 $res = [
176
                 $res = [