app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -66,7 +66,7 @@ //region -----用户管理--------- //登录 public static final String C_POST_Login = "/smart-footstone/member/oauth/login"; //退出登录 //注册账号 public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register"; //用户找回密码 忘记密码,通过邮箱和手机号找回 public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd";