Yooi Ken

Results 4 issues of Yooi Ken

``` @Controller class Controller { @RequestMapping( path = "/connection", method = {RequestMethod.GET}, produces = MediaType.APPLICATION_JSON_UTF8_VALUE) Object getConnection(HttpRequest request) { Map map = new HashMap(); map.put("getLocalAddr", request.getLocalAddr()); map.put("getLocalName", request.getLocalName()); map.put("getLocalPort", request.getLocalPort());...

多账号在同一个ip或者相同物理地址下登陆是否会导致封号,或者账号异常。 有登陆数量限制呢,或者你的服务端已经做过相应的处理。