#if!defined(_STDAFX_H_)
#define _STDAFX_H_
#ifdef WIN32
//查詢定購關系
#define QUERY_SUBSCRIPTION_URL "http://218.249.100.55/BrewGatewayAgent/querysubscription.aspx?"
//查詢程序信息接口(已定)
#define QUERY_APPSINFO_URL "http://218.249.100.55/BrewGatewayAgent/queryorderedproductlist.aspx?"//?ClassID=1100&IMSI=13301011012
//查詢服務接口
#define QUERY_SERVICE_URL "http://218.249.100.55/BrewGatewayAgent/queryservicelist.aspx?"//IMSI=13301011012&CatalogID=0
//(未定)
#define QUERY_UNAPPSINFO_URL "http://218.249.100.55/BrewGatewayAgent/queryunorderedproductlist.aspx?"
//定購
#define ORDER_SUBSCRIPTION_URL "http://218.249.100.55/BrewGatewayAgent/ordersubscription.aspx?"
//(退定)
#define CANCEL_ORDER_URL "http://218.249.100.55/BrewGatewayAgent/cancelsubscription.aspx?"
//(續定)
#define RENEW_ORDER_URL "http://218.249.100.55/BrewGatewayAgent/renewsubscription.aspx?"
#else
//-------------------------------private ip-----------------------------
//查詢定購關系
#define QUERY_SUBSCRIPTION_URL "http://10.199.3.203/BrewGatewayAgent/querysubscription.aspx?"
//查詢程序信息接口(已定)
#define QUERY_APPSINFO_URL "http://10.199.3.203/BrewGatewayAgent/queryorderedproductlist.aspx?"//?ClassID=1100&IMSI=13301011012
//查詢服務接口
#define QUERY_SERVICE_URL "http://10.199.3.203/BrewGatewayAgent/queryservicelist.aspx?"//IMSI=13301011012&CatalogID=0
//(未定)
#define QUERY_UNAPPSINFO_URL "http://10.199.3.203/BrewGatewayAgent/queryunorderedproductlist.aspx?"
//定購
#define ORDER_SUBSCRIPTION_URL "http://10.199.3.203/BrewGatewayAgent/ordersubscription.aspx?"
//(退定)
#define CANCEL_ORDER_URL "http://10.199.3.203/BrewGatewayAgent/cancelsubscription.aspx?"
//(續定)
#define RENEW_ORDER_URL "http://10.199.3.203/BrewGatewayAgent/renewsubscription.aspx?"
#endif
#endif