|
@@ -5,10 +5,13 @@ var bcrypt = require('bcryptjs');
|
|
|
var router = express.Router(); // get an instance of the express Router
|
|
|
const querystring = require('querystring');
|
|
|
var mysql = require('./mysql');
|
|
|
-const _mysqlLabor = ["10.3.16.226", "ssti_cm"]; //本地双创數據庫信息
|
|
|
+// const _mysqlLabor = ["10.3.16.226", "ssti_cm"]; //本地双创數據庫信息
|
|
|
// const _mysqlLabor = ["127.0.0.1", "ssti_cm"]; //本地双创數據庫信息
|
|
|
-// const _mysqlLabor = ["172.16.12.5", "pbl"]; //双创數據庫信息
|
|
|
+// const _mysqlLabor = ["172.16.12.5", "pbl"]; //双创數據庫信
|
|
|
+const _mysqlLabor = ["10.16.30.130", "ssti_cm"]; //双创數據庫信息
|
|
|
+
|
|
|
var crypto = require('crypto');
|
|
|
+
|
|
|
var https = require('https');
|
|
|
|
|
|
//統壹處理區域
|