Commit e36a3fdc by mushishixian

232

parent 8a4dcdad
Showing with 6 additions and 6 deletions
......@@ -7,21 +7,21 @@ WEB_NAME=供应商系统
//CMS MYSQL配置
DB_CONNECTION=mysql
DB_HOST=192.168.2.232
DB_HOST=192.168.1.252
DB_PORT=3306
DB_DATABASE=ichuntcms
DB_USERNAME=ichuntcms
DB_PASSWORD=ichuntcms#zsyM
//联营供应商系统数据库
WEB_DB_HOST=192.168.2.232
WEB_DB_HOST=192.168.1.252
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.232
WMS_DB_HOST=192.168.1.252
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.232
DB_HOST_YUNXIN=192.168.1.252
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.232
RABBITMQ_HOST=192.168.1.252
RABBITMQ_PORT=5672
RABBITMQ_VHOST=/
RABBITMQ_LOGIN=guest
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment