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
6c43c7f2
...
6c43c7f2be681b1fc408f41764b9880ac0c0f824
authored
2021-07-02 15:06:13 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
xx
1 parent
ae785bc1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
routes/admin.php
routes/admin.php
View file @
6c43c7f
...
...
@@ -20,7 +20,6 @@ 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