Commit 152b9e3a by 冷斌

fix bug

parent ce7bcd79
......@@ -14,5 +14,6 @@ module.exports = {
'TOKEN' : '1234567',
'sign_key' : '76576076c1f5f657b634e966c8836a06',
'socket_port': '9091',
'WEBADDRESS': 'http://www.xiaozhanzhibo.cn/api/public/'
// 'WEBADDRESS': 'http://www.xiaozhanzhibo.cn/api/public/'
'WEBADDRESS': 'http://123.56.83.77/api/public/'
}
var site='http://www.xiaozhanzhibo.cn';
var site='http://123.56.83.77';
var schedule = require("node-schedule");
var request = require('request');
......
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 to comment