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
7f0f5e4c
Commit
7f0f5e4c
authored
Mar 26, 2021
by
liuqiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码登录
parent
bbad47d2
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
40 additions
and
36 deletions
+40
-36
zsb_api_model.php
new_admincp/applications/models/zsb_api_model.php
+1
-1
config.php
new_admincp/applications/zsb/config/config.php
+1
-1
config_aq.php
new_admincp/applications/zsb/config/config_aq.php
+1
-1
config_bb.php
new_admincp/applications/zsb/config/config_bb.php
+1
-1
config_bd.php
new_admincp/applications/zsb/config/config_bd.php
+1
-1
config_bh.php
new_admincp/applications/zsb/config/config_bh.php
+1
-1
config_chuzhou.php
new_admincp/applications/zsb/config/config_chuzhou.php
+1
-1
config_cq.php
new_admincp/applications/zsb/config/config_cq.php
+1
-1
config_dz.php
new_admincp/applications/zsb/config/config_dz.php
+1
-1
config_fcg.php
new_admincp/applications/zsb/config/config_fcg.php
+1
-1
config_fz.php
new_admincp/applications/zsb/config/config_fz.php
+1
-1
config_gy.php
new_admincp/applications/zsb/config/config_gy.php
+1
-1
config_hf.php
new_admincp/applications/zsb/config/config_hf.php
+1
-1
config_jx.php
new_admincp/applications/zsb/config/config_jx.php
+1
-1
config_lf.php
new_admincp/applications/zsb/config/config_lf.php
+1
-1
config_lyg.php
new_admincp/applications/zsb/config/config_lyg.php
+1
-1
config_mas.php
new_admincp/applications/zsb/config/config_mas.php
+1
-1
config_mianyang.php
new_admincp/applications/zsb/config/config_mianyang.php
+1
-1
config_nc.php
new_admincp/applications/zsb/config/config_nc.php
+1
-1
config_nj.php
new_admincp/applications/zsb/config/config_nj.php
+1
-1
config_nt.php
new_admincp/applications/zsb/config/config_nt.php
+1
-1
config_ph.php
new_admincp/applications/zsb/config/config_ph.php
+1
-1
config_sh.php
new_admincp/applications/zsb/config/config_sh.php
+1
-1
config_taizhou.php
new_admincp/applications/zsb/config/config_taizhou.php
+1
-1
config_tj.php
new_admincp/applications/zsb/config/config_tj.php
+1
-1
config_tl.php
new_admincp/applications/zsb/config/config_tl.php
+1
-1
config_tx.php
new_admincp/applications/zsb/config/config_tx.php
+1
-1
config_ty.php
new_admincp/applications/zsb/config/config_ty.php
+1
-1
config_wh.php
new_admincp/applications/zsb/config/config_wh.php
+1
-1
config_wlmq.php
new_admincp/applications/zsb/config/config_wlmq.php
+1
-1
config_wx.php
new_admincp/applications/zsb/config/config_wx.php
+1
-1
config_xc.php
new_admincp/applications/zsb/config/config_xc.php
+1
-1
config_xz.php
new_admincp/applications/zsb/config/config_xz.php
+1
-1
config_yq.php
new_admincp/applications/zsb/config/config_yq.php
+1
-1
config_鍗梟t.php
new_admincp/applications/zsb/config/config_鍗梟t.php
+1
-1
login.php
new_admincp/applications/zsb/controllers/login.php
+5
-1
No files found.
new_admincp/applications/models/zsb_api_model.php
View file @
7f0f5e4c
...
...
@@ -70,7 +70,7 @@ class zsb_api_model extends MY_Model{
$token
=
$this
->
getToken
();
$aHeader
=
array
(
'token:'
.
$token
);
$response
=
$this
->
httpRequest
(
$url
,
$aHeader
,
$param
);
$response
=
json_decode
(
$response
,
true
);
$response
=
json_decode
(
$response
,
true
);
return
$response
;
}
...
...
new_admincp/applications/zsb/config/config.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["wfen"] = 0; //
$config
[
'block_expert'
][
"freeze_num"
]
=
10
;
//可以被冻结的次数
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_aq.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_bb.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_bd.php
View file @
7f0f5e4c
...
...
@@ -424,7 +424,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_bh.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_chuzhou.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_cq.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_dz.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_fcg.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_fz.php
View file @
7f0f5e4c
...
...
@@ -428,7 +428,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_gy.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_hf.php
View file @
7f0f5e4c
...
...
@@ -428,7 +428,7 @@ $config['block_expert']["freeze_num"] = 10; //
$config
[
'no_login_check'
]
=
array
(
'lottery'
=>
array
(
'index'
,
'pool'
,
'ajaxMine'
,
'ajaxRun'
,
'ajaxBook'
),
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_jx.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_lf.php
View file @
7f0f5e4c
...
...
@@ -428,7 +428,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_lyg.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_mas.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_mianyang.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_nc.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_nj.php
View file @
7f0f5e4c
...
...
@@ -430,7 +430,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_nt.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_ph.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_sh.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_taizhou.php
View file @
7f0f5e4c
...
...
@@ -428,7 +428,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_tj.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_tl.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_tx.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_ty.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_wh.php
View file @
7f0f5e4c
...
...
@@ -427,7 +427,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_wlmq.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_wx.php
View file @
7f0f5e4c
...
...
@@ -427,7 +427,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_xc.php
View file @
7f0f5e4c
...
...
@@ -426,7 +426,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_xz.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_yq.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/config/config_鍗梟t.php
View file @
7f0f5e4c
...
...
@@ -425,7 +425,7 @@ $config['block_expert']["freeze_num"] = 10; //
//The action which do not need to check login, can set in this array.
$config
[
'no_login_check'
]
=
array
(
'login'
=>
array
(
'index'
,
'cp_enter'
,
'ag_enter_set'
,
'ag_enter'
,
'cp_enter_set'
,
'cp_enter'
,
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
),
'quit'
,
'findpw'
,
'findpw_code'
,
'confirm_validcode'
,
'qrCode'
,
'qrCodeLogin'
),
'valid'
=>
array
(
'index'
),
'desktop'
=>
array
(
'index'
),
'payment'
=>
array
(
'notify'
,
'agreement'
),
...
...
new_admincp/applications/zsb/controllers/login.php
View file @
7f0f5e4c
...
...
@@ -462,7 +462,10 @@ class Login extends MY_Controller {
public
function
qrCode
()
{
$this
->
load
->
model
(
'zsb_api_model'
);
// 租售宝API调用类
$data
=
$this
->
zsb_api_model
->
getRequrstData
(
'login_qr_code'
);
$params
=
array
(
'city'
=>
GB_CITY
);
$data
=
$this
->
zsb_api_model
->
getRequrstData
(
'login_qr_code'
,
$params
);
echo
json_encode
(
$data
);
exit
();
}
...
...
@@ -475,6 +478,7 @@ class Login extends MY_Controller {
$uuid
=
$this
->
input
->
post
(
'uuid'
);
$params
=
array
(
'key'
=>
$uuid
,
'city'
=>
GB_CITY
,
);
$this
->
load
->
model
(
'zsb_api_model'
);
// 租售宝API调用类
// 通过key获取缓存用户数据
...
...
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