|
@@ -47,7 +47,7 @@ module.exports = app => {
|
|
|
router.post('/api/onlive/register', controller.roomuser.register);
|
|
|
|
|
|
// 微信端访问地址
|
|
|
- router.get('/api/onlive/auth', controller.weixin.auth); // 微信登录
|
|
|
+ router.get('/api/onlive/wxchat', controller.weixin.auth); // 微信登录
|
|
|
// 微信端访问地址
|
|
|
router.get('/api/onlive/wxchattest', controller.weixin.authTest); // 微信登录测试
|
|
|
};
|