提交修改
This commit is contained in:
parent
92798b99a0
commit
45adac080f
@ -14,14 +14,15 @@ import javax.servlet.http.HttpServletResponse;
|
||||
@NotIntercept
|
||||
public class AppOssAuthController {
|
||||
|
||||
|
||||
// // https://api.1024api.com/api-interface/auth
|
||||
// http://localhost:8888/auth
|
||||
@RequestMapping("/auth")
|
||||
public int auth(HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
String uri = request.getRequestURI();
|
||||
StringBuffer url= request.getRequestURL();
|
||||
|
||||
log.info("AppOssAuthController uri:{}",uri);
|
||||
log.info("AppOssAuthController uri:{}, url:{}",uri,url.toString());
|
||||
|
||||
response.setStatus(HttpServletResponse.SC_OK);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user