mac
2023-11-03 9e875b253959eff8f6af567308ad804fe69d0a62
HDLLinkPMSdk/src/main/java/com/hdl/linkpm/sdk/core/api/HDLCloudUserApi.java
@@ -10,8 +10,10 @@
    /***************用户管理***************/
    //获取账号所在区域
    public static final String POST_RegionByAccount = "/smart-footstone/region/regionByUserAccount";
    //登录接口
    //登录接口(B端)
    public static final String POST_LOGIN = "/smart-footstone/user/oauth/login";
    //登录接口(C端)
    public static final String C_POST_LOGIN = "/smart-footstone/member/oauth/login";
    //发送消息验证码
    public static final String POST_VERIFICATION_CODE_SEND= "/smart-footstone/verification/message/send";
    //用户找回密码 忘记密码,通过邮箱和手机号找回
@@ -41,27 +43,13 @@
    /***************项目管理***************/
    /**
     * 获取完整的请求地址
     *
     * @param api
     * @return
     */
    public static String getRequestUrl(String api){
        return HDLLinkPMUser.getInstance().getUserRegionUrl() + api;
    }
    /***************模板管理***************/