/*
* Distributable under LGPL v3 license.
* See terms of license at https://github.com/Yunfeng/schotel/blob/master/LICENSE
*/
package cn.buk.qms;
public class AppConfig {
public final static String OPENAPI_PAYMENT_RETURN_URL = "ctrip_openapi_payment_return_url";
public final static String OPENAPI_PAYMENT_SHOW_URL = "ctrip_openapi_payment_show_url";
public final static String PROXY_USED = "proxy_used";
public final static String PROXY_HOST = "proxy_host";
public final static String PROXY_PORT = "proxy_port";
}