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.
18 lines
633 B
18 lines
633 B
package com.qst.ypf.qstyunpan.base;
|
|
|
|
/**
|
|
* BuildConfig WeMedia
|
|
* com.gx.wemedia.base
|
|
* Created by Yangpf ,2017/10/16 16:28
|
|
* Description TODO
|
|
*/
|
|
|
|
public class InterfaceConfig {
|
|
public static final String BASE_URL = "http://192.168.124.4:8080/";
|
|
public static final String URL_LOGIN = "user/loginForApp.action";
|
|
public static final String URL_REGISTER = "user/registForApp.action";
|
|
public static final String URL_FILESLIST = "file/getAppFiles.action";
|
|
public static final String URL_DOWNLOAD = "file/download.action";
|
|
public static final String URL_UPLOAD = "file/uploadForApp.action";
|
|
}
|