package com.epmet.constant; /** * @Author zxc * @CreateTime 2020/7/30 10:05 */ public interface AuthHttpUrlConstant { /** * 注册url */ String REGISTER_URL = "http://10.1.198.11:10259/api/third/pacustomer/register"; /** * 获取客户信息url */ String CUSTOMER_MSG_URL = "http://10.1.198.11:10259/api/third/customermp/getcustomermsg/"; /** * 登录url */ String RESI_AND_WORK_LOGIN_URL = "http://10.1.198.11:10259/api/third/customermp/resiandworklogin"; }