浏览代码

20220830 api

LuluFJ.Ho 2 年前
父节点
当前提交
6a564a7ec1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      app/Http/Services/Web/SeminarSignUpService.php

+ 0
- 2
app/Http/Services/Web/SeminarSignUpService.php 查看文件

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