...
|
...
|
@@ -83,7 +83,11 @@ exports.res = [ |
|
|
//查询店铺下关联品牌
|
|
|
route: '/query/brandByshopId',
|
|
|
method: 'POST',
|
|
|
url: '/MerchantShopsRest/queryMerchantBrandByShopsId'
|
|
|
url: '/MerchantShopsRest/queryMerchantBrandByShopsId',
|
|
|
params: [{
|
|
|
name: 'status',
|
|
|
type: 'Number'
|
|
|
}]
|
|
|
}, {
|
|
|
//查询供应商列表接口
|
|
|
route: '/goods/query/supplier',
|
...
|
...
|
|