Commit 9117d9e1 authored by 孙磊's avatar 孙磊

url

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent 6ee02a6c
...@@ -324,6 +324,16 @@ return [ ...@@ -324,6 +324,16 @@ return [
'POST,OPTIONS manage-update' => 'manage-update', 'POST,OPTIONS manage-update' => 'manage-update',
], ],
], ],
//导入商品
[
'class' => 'yii\rest\UrlRule',
'controller' => [
'v1/shopgoods/import-goods',
],
'extraPatterns' => [
'POST,OPTIONS shop-goods-import' => 'shop-goods-import',
]
],
], ],
], ],
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment