Browse Source

20220830 api

LuluFJ.Ho 2 years ago
parent
commit
c48abb0bf0

+ 1
- 1
app/Http/Controllers/Api/SeminarSignUpController.php View File

48
     {
48
     {
49
         // dd(123);
49
         // dd(123);
50
         
50
         
51
-        // $list = $this->seminarSignUpSv->getData();
51
+        $list = $this->seminarSignUpSv->getData();
52
         
52
         
53
         $data = [
53
         $data = [
54
             'list' => 1
54
             'list' => 1

+ 2
- 0
app/Http/Services/Web/SeminarSignUpService.php View File

59
             '*'
59
             '*'
60
         ])
60
         ])
61
         ->get();
61
         ->get();
62
+
63
+        dd($res);
62
         
64
         
63
         // 整理返回值並返回
65
         // 整理返回值並返回
64
         return $res;
66
         return $res;