Authored by 姜枫

change singleApi name

... ... @@ -58,6 +58,8 @@ const index = uid => {
shopping.balanceCoin = theData.use_yoho_coin;
console.log(packageList);
// 拆单后的邮费优惠计算
if (packageList) {
let shippingOrigin = 0;
... ...
... ... @@ -22,7 +22,7 @@ module.exports = {
},
cookieDomain: 'yohoblk.com',
domains: {
favApi: 'http://192.168.102.31:8092/brower',
singleApi: 'http://192.168.102.31:8092/brower',
api: 'http://api-test1.yohops.com:9999/',
service: 'http://service-test1.yohops.com:9999/',
search: 'http://192.168.102.216:8080/yohosearch/'
... ...
... ... @@ -61,7 +61,7 @@
"uuid": "^2.0.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.4",
"yoho-node-lib": "0.0.37"
"yoho-node-lib": "0.0.38"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
... ...