Request request = new Request.Builder().url(UrlConstants.USER_LOGIN). post(formBodyBuild.build()).build();
这段代码中打Url的时候没有UrlConstants选项,手动打上去之后报错提示Cannot reslove symbol UrlConstants
UrlConstants是老师自己在项目中封装的请求地址工具类中的一个服务器地址,并不是okhttp中的真正内容,只是为了让例子运行起来而已。