@@ -20,7 +20,15 @@ var SecondApi = {
});
},
brandList: function (params, callback) {//品牌列表
- Http.AjaxService({ url:'/product/brandList', type:'get', data:params, json:true, mask:true,replace:false})
+ Http.AjaxService({
+ url:'/commodity/second/brands',
+ type:'get',
+ data:params,
+ json:true,
+ mask:true,
+ replace:false,
+ isHost:true
+ })
.then(function(res){
callback(res);