package com.minggo.plutoandroidexample.neturl;
/**
* Created by minggo on 2017/2/6.
*/
public class ExampleURL {
/**
* 用户登录
*/
public static final String USER_LOGIN = "charmword/loginUser.action";
/*
* 服务器提供功能地址列表
*/
public static final String SEVER_URLS = "ApiBus/getURLCommon.action";
}