You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
627 B

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";
}