mac
2024-01-31 4cfd0dee1abf5db41b54fb2d4bdd666792b1da72
HDLLinkPMSdk/src/main/java/com/hdl/linkpm/sdk/core/api/HDLCloudUserApi.java
@@ -8,8 +8,10 @@
 */
public class HDLCloudUserApi {
    /***************用户管理***************/
    //获取账号所在区域
    //获取账号所在区域(B端)
    public static final String POST_RegionByAccount = "/smart-footstone/region/regionByUserAccount";
    //获取账号所在区域(C端)
    public static final String C_POST_RegionByAccount = "/smart-footstone/region/regionByAccount";
    //登录接口(B端)
    public static final String POST_LOGIN = "/smart-footstone/user/oauth/login";
    //登录接口(C端)