我进行页面免密登录跳转时,正常跳转了,然后禅道的页面就报了这个错误,是我的版本不对吗?我的版本是11.5。17:37:05 ERROR: the module user has no apilogin method in /opt/zbox/app/zentao/framework/base/router.class.php on line 1648, last called by /opt/zbox/app/zentao/www/api.php on line 44 through function loadModule.
in /opt/zbox/app/zentao/framework/base/router.class.php on line 2215 when visiting /zentao/api.php?m=user&f=apilogin&account=admin&code=captest%20%20%20%20%20%20%20%20&time=1652089434328&token=3edc5d1d417ec3d9f64103040d02e494
in /opt/zbox/app/zentao/framework/base/router.class.php on line 2215 when visiting /zentao/api.php?m=user&f=apilogin&account=admin&code=captest%20%20%20%20%20%20%20%20&time=1652089434328&token=3edc5d1d417ec3d9f64103040d02e494
"errcode": 401,
"errmsg": "无效的token参数"
}
生成的token,第一次调用就返回token无效怎么回事?
返回这个JSON,没有转跳首页页面怎么解决
{
"status": "success",
"data": {
"title": "我的地盘",
"pager": null
}
}
"errmsg": "无效的token参数"
URL : ip/zentaopms/www/api.php?m=my&f=index&account=admin&code=test&time=1568956168&token=r908c04c6l52d7lwg5f4ue64oxm57qae
问题是:怎么配置从企业微信进入禅道的时候可以免输入账号密码?