提交 4c54c634 编写于 作者: 楼国栋

Merge branch 'fix/jpush_api_bug' into 'develop'

极光设备绑定api调整

See merge request o2oa/o2oa!1138
......@@ -2,11 +2,12 @@ package com.x.jpush.assemble.control.jaxrs;
import javax.servlet.annotation.WebFilter;
import com.x.base.core.project.jaxrs.CipherManagerUserJaxrsFilter;
import com.x.base.core.project.jaxrs.ManagerUserJaxrsFilter;
/**
* web服务过滤器,将指定的URL定义为需要用户认证的服务,如果用户未登录,则无法访问该服务
*/
@WebFilter(urlPatterns = "/jaxrs/device/*", asyncSupported = true)
public class JaxrsServicePathFilter extends ManagerUserJaxrsFilter {
public class JaxrsServicePathFilter extends CipherManagerUserJaxrsFilter {
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册