|
|
var oldSerDomain = 'http://service.api.yohobuy.com';
|
|
|
var domain = require('../../common').domain;
|
|
|
module.exports = {
|
|
|
login: oldSerDomain + '/account/api/v1/profile/login',
|
|
|
getResourceByPid: oldSerDomain + '/account/api/v1/profile/getResourceByPid',
|
|
|
getAllResByWebsite: oldSerDomain + '/account/api/v1/resources/getAllResByWebsite',
|
|
|
getShopList: 'http://172.16.6.236:8080/platform/ShopsRest/queryShopsByAdminPid',
|
|
|
getShopList: domain+'/ShopsRest/queryShopsByAdminPid',
|
|
|
changeShops:'http://shops.yohobuy.com/index/ajaxshop'
|
|
|
}; |
|
|
\ No newline at end of file |
...
|
...
|
|