package com.mcxtzhang.rxjava2demo.retrofit.base; /** * Intro: * Author: zhangxutong * E-mail: mcxtzhang@163.com * Home Page: http://blog.csdn.net/zxt0601 * Created: 2017/2/10. * History: */ public class NetworkConfig { public static String SUCCESS_FLAG = "1"; }