Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fusionapi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林洽文
fusionapi
Commits
0ae5d70d
Commit
0ae5d70d
authored
2 years ago
by
zazaname
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试
parent
8219a57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
ReportController.php
app/Http/Controllers/ReportController.php
+9
-0
No files found.
app/Http/Controllers/ReportController.php
View file @
0ae5d70d
...
...
@@ -16,12 +16,21 @@ class ReportController extends Controller
*/
public
function
init
()
{
register_shutdown_function
([
$this
,
'shutdownAction'
]);
$this
->
checkParam
([
'app_id'
,
'ctype'
]);
$indexSv
=
new
InitService
();
$data
=
$indexSv
->
storeInitData
(
$this
->
requestData
);
return
json
(
$data
);
}
public
function
shutdownAction
()
{
$error
=
error_get_last
();
if
(
!
is_null
(
$error
))
{
// 异常退出
dingdingLog
(
$error
);
}
}
/**
* 角色上报
* @return \Illuminate\Http\JsonResponse
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment