HttpUriContants.java 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package com.ui.contants; /** * Created by zhengyouwei on 2016/6/14. */ public class HttpUriContants { public static String TEST_GET_URI = "/test/get"; }