-
-
xxxl 数据领袖Lv6
发表于2020-9-24 16:52
楼主
1.需求分析
在做门户或者第三方系统集成ABI的时候常常有需要单独的用到ABI中有关我的收藏、我的分享、个人设置几个功能模块,这里就需要通过url接口设置了。
2.接口详情
2.1 我的收藏
地址为:eshare/api/favorite.do
参数说明:
示例:
http://localhost:8080/abi52/eshare/api/favorite.do?type=1
http://localhost:8080/abi52/eshare/api/favorite.do?type=2
2.2 我的分享
地址为:eshare/api/beshare.do 分享给我的页面
eshare/api/myshare.do 我的分享页面
示例:
http://localhost:8080/abi52/eshare/api/beshare.do
http://localhost:8080/abi52/eshare/api/myshare.do
2.3 个人设置
地址为:eacl/userset/usersetting.do 个人设置页面
eacl/userset/setpw.do 修改密码页面
示例:
http://localhost:8080/abi52/eacl/userset/usersetting.do
http://localhost:8080/abi52/eacl/userset/setpw.do
在做门户或者第三方系统集成ABI的时候常常有需要单独的用到ABI中有关我的收藏、我的分享、个人设置几个功能模块,这里就需要通过url接口设置了。
2.接口详情
2.1 我的收藏
地址为:eshare/api/favorite.do
参数说明:
参数 | 描述 | 备注 | 是否必传 | |
type | 当前页面的类型 | 值 | 描述 | 是 |
1 | 分析表收藏页面 | |||
2 | 主题表收藏页面 |
示例:
http://localhost:8080/abi52/eshare/api/favorite.do?type=1
http://localhost:8080/abi52/eshare/api/favorite.do?type=2
2.2 我的分享
地址为:eshare/api/beshare.do 分享给我的页面
eshare/api/myshare.do 我的分享页面
示例:
http://localhost:8080/abi52/eshare/api/beshare.do
http://localhost:8080/abi52/eshare/api/myshare.do
2.3 个人设置
地址为:eacl/userset/usersetting.do 个人设置页面
eacl/userset/setpw.do 修改密码页面
示例:
http://localhost:8080/abi52/eacl/userset/usersetting.do
http://localhost:8080/abi52/eacl/userset/setpw.do
3个回答
你好!我想问一下我按照您说写的设置了我的分享和分享给我的,为什么点击之后跳转到了门户界面,需要重新登陆?