|
@@ -7,6 +7,7 @@ module.exports = app => {
|
|
|
const vision = 'v0';
|
|
|
const index = 'users';
|
|
|
const target = 'organization';
|
|
|
+ router.post(target, `${profix}${vision}/${index}/${target}/wxLogin`, controller[index][target].wxLogin);
|
|
|
router.post(target, `${profix}${vision}/${index}/${target}/bindRemove`, controller[index][target].bindRemove);
|
|
|
router.post(target, `${profix}${vision}/${index}/${target}/bind`, controller[index][target].bind);
|
|
|
router.get(target, `${profix}${vision}/${index}/${target}/getList`, controller[index][target].getList);
|