Authored by lijian

no message

... ... @@ -10,7 +10,10 @@ module.exports={
},
queryMerchantBrandByShopsId:{
title:"查询店铺下关联品牌",
url:"/MerchantShopsRest/queryMerchantBrandByShopsId"
url:"/MerchantShopsRest/queryMerchantBrandByShopsId",
params:[
{name:"status",type:"Number"}
]
},
getJitSupplierByBrandId:{
title:"获取JIT店铺",
... ... @@ -51,7 +54,10 @@ module.exports={
},
queryMerchantBrandByShopsId:{
title:'查询店铺下关联品牌',
url:'/MerchantShopsRest/queryMerchantBrandByShopsId'
url:'/MerchantShopsRest/queryMerchantBrandByShopsId',
params:[
{name:"status",type:"Number"}
]
},
queryMaxSortByName:{
title:"查询一级类目列表接口",
... ...