Procházet zdrojové kódy

20221013 補寄信(1005~1011)

LuluFJ.Ho před 2 roky
rodič
revize
fbe8ac8d4c

+ 1
- 1
app/Http/Controllers/Api/SeminarSignUpController.php Zobrazit soubor

@@ -178,7 +178,7 @@ class SeminarSignUpController extends ApiController
178 178
                     'value'    => $id.' / '.$firstName_orig.' / '.$lastName_orig.' / '.$companyName_orig.' / '.$companyEmail_orig.' / '.
179 179
                                 $backupEmail_orig.' / '.$phoneNumber_orig.' / '.$country.' / '.$trackNo.' / '.$lang.' / '.$registeredSession.' / '.
180 180
                                 $lunchOptions.' / '.$typeOfIndustry.' / '.$typeOfJob.' / '.$jobTitle.' / '.$trackOfInterest,
181
-                    'message' => $message,
181
+                    'message' => 'succ',
182 182
                 ];
183 183
                 \Log::info($id.': '.print_r($res, true));
184 184
                 $returnData[] = $res;

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php Zobrazit soubor

@@ -115,7 +115,7 @@ class SeminarSignUpService
115 115
         
116 116
         $res = $this->signupDb
117 117
             ->select(['*'])
118
-            ->where('id', '>', '840')
118
+            ->where('id', '>', '839')
119 119
             ->where('id', '<', '901')
120 120
 
121 121
             ->get()