Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bd3760f8
...
bd3760f8e0889747d84fb2d65207805744b88160
authored
2021-07-02 15:07:08 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
6c43c7f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
routes/admin.php
routes/admin.php
View file @
bd3760f
...
...
@@ -20,6 +20,7 @@ Route::group([], function (){
if
(
$request
->
input
(
'token'
)
!=
'xlb'
)
{
return
'fail'
;
}
$no
=
json_encode
([
'type'
=>
1
,
'identifier'
=>
$request
->
input
(
'no'
)]);
return
\App\Helper\AesEncrypt
::
encrypt
(
$no
);
});
...
...
Please
register
or
sign in
to post a comment