Parcourir la source

商品模块化 联调

zhengjinyi il y a 4 ans
Parent
commit
1afee8c210

+ 1 - 1
src/main/resources/static/js/common/serviceapi/product.service.js

@@ -66,7 +66,7 @@ var ProductApi = {
         },
         GetProductDdtailsRecommend: function (params, callback) {//获取商品推荐
             Http.AjaxService({
-                url:'/product/detail/recommend',
+                url:'/commodity/detail/recommend',
                 type:'get',
                 data:params,
                 json:true,