package net.tooan.ynpay.commons.webapp; /** * Created with IntelliJ IDEA. * User: Jing * Date: 13-11-10 * Time: 下午2:03 */ public class RestfulStatus { public static final Integer Unauthorized_Code = 401; public static final String Unauthorized_Msg = "Unauthorized"; }