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