Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
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
杨昕
media-resource
Commits
be183a97
Commit
be183a97
authored
Aug 19, 2020
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tesg
parent
5e4a589a
Pipeline
#10734
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functions.php
app/Helpers/functions.php
+2
-2
No files found.
app/Helpers/functions.php
View file @
be183a97
...
...
@@ -349,8 +349,7 @@ function getRbac($request,$url='api/ram',$category_id = '' ){
function
sign
(
$username
)
{
\Illuminate\Support\Facades\Auth
::
user
();
$time
=
time
();
$key
=
getenv
(
"
mis_key"
)
?
getenv
(
"mis_key
"
)
:
"ca780358d798c00dc18e148c9eaf618c"
;
$key
=
getenv
(
"
MIS_SIN_KEY"
)
?
getenv
(
"MIS_SIN_KEY
"
)
:
"ca780358d798c00dc18e148c9eaf618c"
;
return
[
'time'
=>
$time
,
'sign'
=>
md5
(
$username
.
$key
.
$time
)];
}
\ No newline at end of file
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