package cn.flightfeather.thirdappmodule.httpservice; /** * Created by linli on 2018/1/24. * 接口涉及的常量 */ public interface InterfaceConstant { String SUCCESS = "Success"; String FAILURE = "Failure"; }