package com.example.drink_order_system; public class Constant { public static final String IP="192.168.43.176"; public static final String SIGNUP_URL = "http://"+IP+":8080/warehouse_management_system_war_exploded/androidRegister"; public static final String LOGIN_URL = "http://"+IP+":8080/warehouse_management_system_war_exploded/androidLogin";//登录检测接口 public static final String MINE_URL="http://"+IP+":8080/warehouse_management_system_war_exploded/customerInfo"; public static final String CMINE_URL="http://"+IP+":8080/warehouse_management_system_war_exploded/changeCustomerInfo"; }