lrf402788946 4 년 전
부모
커밋
efc70121ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/router.js

+ 1 - 0
app/router.js

@@ -421,6 +421,7 @@ module.exports = app => {
 
   // 微信端访问地址
   router.get('/api/train/auth', controller.weixin.auth); // 微信登录
+  router.get('/api/train/appAuth', controller.weixin.appAuth); // 微信登录
   // 微信端访问地址
   router.get('/api/train/authtest', controller.weixin.authTest); // 微信登录测试