写接口供其他系统调用,每次调用的时候,如果本系统未登录,就会先打开登录界面,登录后才实现接口调用

解决方法:

接口访问路径为: http://10.16.2.36:8080/maintain/api/index/getAllDiseTendency6th.m

在datasource.xml 中添加<bdf:anonymous-url urlPattern="/api/index/**"/>

为其他系统写接口注意问题

相关文章: