Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
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
esf
fenzhan_zsb
Commits
18d07f73
Commit
18d07f73
authored
Mar 01, 2022
by
esf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建站连云港
parent
16a1493b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
login.php
new_admincp/applications/zsb/controllers/login.php
+3
-0
No files found.
new_admincp/applications/zsb/controllers/login.php
View file @
18d07f73
...
@@ -307,6 +307,9 @@ class Login extends MY_Controller {
...
@@ -307,6 +307,9 @@ class Login extends MY_Controller {
//加载memcached
//加载memcached
$this
->
load
->
library
(
'My_memcached'
,
''
,
'mc'
);
$this
->
load
->
library
(
'My_memcached'
,
''
,
'mc'
);
$cache
=
$this
->
mc
->
get
(
$interface_id
);
$cache
=
$this
->
mc
->
get
(
$interface_id
);
if
(
$interface_id
==
'1111121212121'
){
var_dump
(
$cache
);
die
;
}
if
(
1
==
$cache
[
'is_ok'
])
if
(
1
==
$cache
[
'is_ok'
])
{
{
$this
->
broker_model
->
yunxinLogin
(
$cache
[
'data'
][
'username'
]);
$this
->
broker_model
->
yunxinLogin
(
$cache
[
'data'
][
'username'
]);
...
...
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