parent
62ee5adb8e
commit
124eb1d5d8
@ -0,0 +1,17 @@
|
||||
package com.example;
|
||||
|
||||
public class Config {
|
||||
|
||||
public static final String HOST = "http://169.254.115.53:8080/shixun/";
|
||||
// 登录网址
|
||||
public static final String URL_LOGIN = HOST + "LogLet";
|
||||
// 注册网址
|
||||
public static final String URL_SIGNUP = HOST + "RegLet";
|
||||
// 获取问题网址
|
||||
public static final String URL_GET_QUESTION = HOST + "Questions";
|
||||
public static final String WEB_SITE = "http://169.254.115.53:8080/order";//内网接口
|
||||
public static final String REQUEST_SHOP_URL = "/shop_list_data.json"; //店铺列表接口
|
||||
// 获取试卷题目网址
|
||||
public static final String URL_GET_TEST_QUESTION = HOST + "GetTestList";
|
||||
public static final String URL_UP_USER_GRADE = HOST + "UpUserGrade";
|
||||
}
|
Loading…
Reference in new issue