Commit 74c94227 by 焦凯

修改场站用户登录状态接口地址

parent 9fc433d0
......@@ -105,7 +105,7 @@ public class WarehouseUserController {
* @return
* @throws Exception
*/
@RequestMapping(value ="/warehouse/user/login/status",method = RequestMethod.GET)
@RequestMapping(value ="/warehouse/api/login/status",method = RequestMethod.GET)
public String loginState(){
return Integer.toString(HttpStatus.OK.value());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment