|
@@ -7,6 +7,7 @@ const rkey = 'storeGoods';
|
|
|
const ckey = 'user.storeGoods';
|
|
|
const keyZh = '收藏商品';
|
|
|
const routes = [
|
|
|
+ { method: 'get', path: `${rkey}/check`, controller: `${ckey}.check`, name: `${ckey}check`, zh: `${keyZh}-检查是否收藏` },
|
|
|
{ method: 'get', path: `${rkey}`, controller: `${ckey}.index`, name: `${ckey}Query`, zh: `${keyZh}列表查询` },
|
|
|
{ method: 'post', path: `${rkey}`, controller: `${ckey}.create`, name: `${ckey}Create`, zh: `创建${keyZh}` },
|
|
|
];
|