cheny hace 4 años
padre
commit
267c3f6259
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {