package com.insthub.ecmobile;
//
// __
// /\ \ _
// ____ ____ ___\ \ \_/ \ _____ ___ ___
// / _ \ / __ \ / __ \ \ < __ /\__ \ / __ \ / __ \
// /\ \_\ \/\ __//\ __/\ \ \\ \ /\_\ \/_/ / /\ \_\ \/\ \_\ \
// \ \____ \ \____\ \____\\ \_\\_\ \/_/ /\____\\ \____/\ \____/
// \/____\ \/____/\/____/ \/_//_/ \/____/ \/___/ \/___/
// /\____/
// \/___/
//
// Powered by BeeFramework
//
import com.insthub.BeeFramework.model.BeeQuery;
public class ECMobileAppConst
{
public static final String AppId = "Your Infomation";
public static final String AppKey = "Your Infomation";
public static final String SERVER_PRODUCTION = "http://shop.ecmobile.cn/ecmobile/?url=";
public static final String SERVER_DEVELOPMENT = "http://shop.ecmobile.cn/ecmobile/?url=";
public static final String WAP_PAY_CALLBCK_DEVELOPMENT="http://shop.ecmobile.cn/ecmobile/payment/app_callback.php?";
public static final String WAP_PAY_CALLBCK_PRODUCTION="http://shop.ecmobile.cn/ecmobile/payment/app_callback.php?";
public static final String WEIXIN_PAY_REQUEST_URL = "http://shop.ecmobile.cn/ecmobile/payment/wxpay/beforepay.php";
}