Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王兴勇
/
helper-config
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9e250963
authored
7 years ago
by
王兴勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新资源池
parent
356c8e65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
1 deletions
+54
-1
db/local_test.php
+12
-0
db/shopnc.php
+12
-0
db/xiaolang.php
+1
-1
user/12012.php
+29
-0
No files found.
db/local_test.php
0 → 100644
View file @
9e250963
<?php
/**
* 本地测试数据库
* @author Lazy 2017-10-26
*/
return
[
'dbhost'
=>
'127.0.0.1'
,
'dbuser'
=>
'root'
,
'dbpwd'
=>
''
,
'dbname'
=>
'shop_nc'
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
db/shopnc.php
0 → 100644
View file @
9e250963
<?php
/**
* 本地测试数据库
* @author Lazy 2017-10-26
*/
return
[
'dbhost'
=>
'127.0.0.1'
,
'dbuser'
=>
'root'
,
'dbpwd'
=>
''
,
'dbname'
=>
'zhongche_test'
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
db/xiaolang.php
View file @
9e250963
...
...
@@ -4,7 +4,7 @@
* @author Lazy 2017-10-26
*/
return
[
'dbhost'
=>
'192.168.1.1
50
'
,
'dbhost'
=>
'192.168.1.1
08
'
,
'dbuser'
=>
'root'
,
'dbpwd'
=>
'root'
,
'dbname'
=>
'zhongche_nc'
,
...
...
This diff is collapsed.
Click to expand it.
user/12012.php
0 → 100644
View file @
9e250963
<?php
/**
* 杭州经诺机电有限公司
* @author Lazy 2017-10-26
*/
return
[
'is_login'
=>
1
,
'member_id'
=>
'12012'
,
'company_id'
=>
'45810'
,
'company_type'
=>
'2'
,
'role_id'
=>
'0'
,
'member_name'
=>
'zc_1513914620625000'
,
'member_truename'
=>
'韩仁会'
,
'member_portrait'
=>
''
,
'member_sex'
=>
'1'
,
'member_mobile'
=>
'18814820050'
,
'member_email'
=>
''
,
'member_nickname'
=>
'zc_1513914620625000'
,
'is_blue'
=>
2
,
'is_auth'
=>
1
,
'company_name'
=>
'名企测试一(xl)'
,
'company_level'
=>
'1'
,
'company_domain'
=>
''
,
'member_type'
=>
'0'
,
'portal_id'
=>
'6584'
,
'portal_name'
=>
'名企测试一(xl)'
,
'last_access'
=>
$TIMESTAMP
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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