Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e36a3fdc
authored
Jun 01, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
232
parent
8a4dcdad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
.env
app/Http/routes.php
.env
View file @
e36a3fdc
...
...
@@ -7,21 +7,21 @@ WEB_NAME=供应商系统
//CMS MYSQL配置
DB_CONNECTION=mysql
DB_HOST=192.168.
2.23
2
DB_HOST=192.168.
1.25
2
DB_PORT=3306
DB_DATABASE=ichuntcms
DB_USERNAME=ichuntcms
DB_PASSWORD=ichuntcms#zsyM
//联营供应商系统数据库
WEB_DB_HOST=192.168.
2.23
2
WEB_DB_HOST=192.168.
1.25
2
WEB_DB_PORT=3306
WEB_DB_DATABASE=liexin_ass
WEB_DB_USERNAME=liexin_ass
WEB_DB_PASSWORD=liexin_ass#zsyM
//采购系统数据库
WMS_DB_HOST=192.168.
2.23
2
WMS_DB_HOST=192.168.
1.25
2
WMS_DB_PORT=3306
WMS_DB_DATABASE=liexin_wms
WMS_DB_USERNAME=liexin_wms
...
...
@@ -35,7 +35,7 @@ DB_SELF_PASSWORD=spu
DB_SELF_PORT=3306
//云芯 MYSQL配置
DB_HOST_YUNXIN=192.168.
2.23
2
DB_HOST_YUNXIN=192.168.
1.25
2
DB_DATABASE_YUNXIN=liexin_yunxin
DB_USERNAME_YUNXIN=liexin_yunxin
DB_PASSWORD_YUNXIN=liexin_yunxin#zsyM
...
...
@@ -68,7 +68,7 @@ REDIS_READ_PASSWORD=icDb29mLy2s
REDIS_READ_PORT=6379
RABBITMQ_HOST=192.168.
2.23
2
RABBITMQ_HOST=192.168.
1.25
2
RABBITMQ_PORT=5672
RABBITMQ_VHOST=/
RABBITMQ_LOGIN=guest
...
...
app/Http/routes.php
View file @
e36a3fdc
...
...
@@ -45,7 +45,7 @@ Route::group(['middleware' => ['web'], 'namespace' => 'Api'], function () {
Route
::
match
([
'get'
,
'post'
],
'/test'
,
function
()
{
$service
=
new
\App\Http\Services\DataService
();
$service
->
exportSuppliers
();
//
$service->exportSupplierContact();
$service
->
exportSupplierContact
();
// $service->export();
// $service->repairData(10);
// $service->completeContact(10);
...
...
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