|
@@ -43,6 +43,7 @@ module.exports = app => {
|
|
|
router.post('tranaudit', '/api/market/tranaudit/update/:id', controller.tranaudit.update);
|
|
|
|
|
|
// 合同记录表设置路由
|
|
|
+ router.get('/api/market/productpact/findpact/:id', controller.productpact.findpact);
|
|
|
router.resources('productpact', '/api/market/productpact', controller.productpact); // index、create、show、destroy
|
|
|
router.post('productpact', '/api/market/productpact/update/:id', controller.productpact.update);
|
|
|
|