cheny 4 年之前
父节点
当前提交
267c3f6259
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/login.js

+ 1 - 1
app/service/login.js

@@ -85,7 +85,7 @@ class LoginService extends CrudService {
     // "4568"如果是456的需要去dock里面查有没有这个人(是否在apply),2,8必存
     if(_user.role === '4' || _user.role === '5' || _user.role === '6'){
       const applydata = { user_id: user.id};
-      const url = 'http://127.0.0.1:9008/api/live/getapply/';
+      const url = 'http://127.0.0.1:9008/api/live/getapply';
       const applyflag = await this.ctx.curl(url, {
         method: 'post',
         headers: {