Showing
2 changed files
with
3 additions
and
3 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | 'use strict'; | 7 | 'use strict'; |
8 | 8 | ||
9 | const library = '../../../library'; | 9 | const library = '../../../library'; |
10 | -const API = require(`${library}/api`).ServiceAPI; | 10 | +const API = require(`${library}/api`).API; |
11 | const sign = require(`${library}/sign`); | 11 | const sign = require(`${library}/sign`); |
12 | const _ = require('lodash'); | 12 | const _ = require('lodash'); |
13 | const helpers = require(`${library}/helpers`); | 13 | const helpers = require(`${library}/helpers`); |
@@ -12,8 +12,8 @@ const isTest = process.env.NODE_ENV === 'test'; | @@ -12,8 +12,8 @@ const isTest = process.env.NODE_ENV === 'test'; | ||
12 | module.exports = { | 12 | module.exports = { |
13 | siteUrl: 'http://m.yohobuy.com', | 13 | siteUrl: 'http://m.yohobuy.com', |
14 | domains: { | 14 | domains: { |
15 | - api: 'http://testapi.yoho.cn:28078/', | ||
16 | - service: 'http://testservice.yoho.cn:28077/' | 15 | + api: 'http://testapi.yoho.cn:28078/', // http://devapi.yoho.cn:58078/ http://testapi.yoho.cn:28078/ |
16 | + service: 'http://devapi.yoho.cn:58078/' | ||
17 | }, | 17 | }, |
18 | loggers: { | 18 | loggers: { |
19 | infoFile: { | 19 | infoFile: { |
-
Please register or login to post a comment