...
|
...
|
@@ -19,7 +19,7 @@ module.exports = function (app){ |
|
|
app.post("/unionType/updateUnionType","unionType_updateUnionType");
|
|
|
|
|
|
//修改状态
|
|
|
app.post("/unionType/updateStatus","unionType_updateStatus");
|
|
|
/* app.post("/unionType/updateStatus","unionType_updateStatus");*/
|
|
|
|
|
|
//列表
|
|
|
app.post("/unionType/getUnionTypeUrls","unionType_getUnionTypeUrls");
|
...
|
...
|
|