| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- //
- // config.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 14-6-20.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #ifndef RedAnt_ERP_Mobile_config_h
- #define RedAnt_ERP_Mobile_config_h
- #define CONTACT_LIST 1
- #define LOCAL_URL_CUSTOMER_INFO_EDITOR @"customer_info_template"
- #define LOCAL_URL_CUSTOMER_INFO_EDIT @"customer_info_template_edit"
- #define LOCAL_URL_CUSTOMER_ADV_SEARCH @"customer_advanced_search"
- //------------------- chen server-----------------------
- #define URL_UPDATE_AUTH @"http://192.168.0.119:8080/site/isales/login.htm"
- #define URL_LOGOUT @"http://192.168.0.119:8080/site/isales/loginOut.htm"
- #define URL_RETRIEVE_PASS @"http://192.168.0.119:8080/site/isales/forgotPassword.htm"
- #define URL_REQUEST_CATMENU @"http://192.168.0.119:8080/site/isales/menu.htm"
- #define URL_LOAD_HOME @"http://192.168.0.119:8080/site/isales/homePage.htm"
- #define URL_CATEGORY @"http://192.168.0.119:8080/site/isales/distinctCategory.htm"
- #define URL_SEARCH @"http://192.168.0.119:8080/site/isales/search.htm"
- #define URL_ITEM_SEARCH @"http://192.168.0.119:8080/site/isales/itemSearch.htm"
- #define URL_CATEGORY_LOADMORE @"http://192.168.0.119:8080/site/isales/categoryMore.htm"
- #define URL_ORDER_LIST @"http://192.168.0.119:8080/site/isales/orderList.htm"
- #define URL_ORDER_DETAIL @"http://192.168.0.119:8080/site/isales/orderDetail.htm"
- #define URL_COMMIT_ORDER @"http://192.168.0.119:8080/site/isales/createOrder.htm"
- #define URL_COPY_ORDER @"http://192.168.0.119:8080/site/isales/copyOrder.htm"
- #define URL_SIGN_ORDER @"http://192.168.0.119:8080/site/isales/updateOrderSign.htm"
- #define URL_SAVE_ORDER @"http://192.168.0.119:8080/site/isales/saveOrder.htm"
- #define URL_UPDATE_ORDERCUSTOMER @"http://192.168.0.119:8080/site/isales/updateOrderCustomerInfo.htm"
- #define URL_NEW_ORDER @"http://192.168.0.119:8080/site/isales/createNewOrder.htm"
- #define URL_OPEN_ORDER @"http://192.168.0.119:8080/site/isales/openOrder.htm"
- #define URL_RELEASE_ORDER @"http://192.168.0.119:8080/site/isales/closeOrder.htm"
- #define URL_DELETE_ORDER @"http://192.168.0.119:8080/site/isales/deleteOrder.htm"
- #define URL_CANCEL_ORDER @"http://192.168.0.119:8080/site/isales/cancelOrder.htm"
- #define URL_CART_SET_PRICE @"http://192.168.0.119:8080/site/isales/setPrice.htm"
- #define URL_CART_ITEM_NOTES @"http://192.168.0.119:8080/site/isales/setItemNotes.htm"
- #define URL_CART_GENERAL_NOTES @"http://192.168.0.119:8080/site/isales/updateGeneralNote.htm"
- #define URL_CART_INCRESEMENT @"http://192.168.0.119:8080/site/isales/increment.htm"
- #define URL_CART @"http://192.168.0.119:8080/site/isales/cartDtail.htm"
- #define URL_CARTDELIVERY @"http://192.168.0.119:8080/site/isales/cartDelivery.htm"
- #define URL_ADD_TO_CART @"http://192.168.0.119:8080/site/isales/addToCart.htm"
- #define URL_CART_REMOVE @"http://192.168.0.119:8080/site/isales/deleteToCart.htm"
- #define URL_CART_CHECK @"http://192.168.0.119:8080/site/isales/checkCartItem.htm"
- #define URL_CART2WISH @"http://192.168.0.119:8080/site/isales/cartRemoveToWishlist.htm"
- #define URL_WISH2CART @"http://192.168.0.119:8080/site/isales/wishlistRemoveToCart.htm"
- #define URL_ITEM_DETAIL @"http://192.168.0.119:8080/site/isales/modelDetail.htm"
- #define URL_ADD_TO_WATCHLIST @"http://192.168.0.119:8080/site/isales/addToWishList.htm"
- #define URL_WATCHLIST @"http://192.168.0.119:8080/site/isales/wishList.htm"
- #define URL_WATCHLIST_REMOVE @"http://192.168.0.119:8080/site/isales/deleteToWishList.htm"
- #define URL_ADD_TO_PORTFOLIO @"http://192.168.0.119:8080/site/isales/addToPortfolio.htm"
- #define URL_PORTFOLIO_REMOVE @"http://192.168.0.119:8080/site/isales/deleteToPortfolio.htm"
- #define URL_PORTFOLIO @"http://192.168.0.119:8080/site/isales/portfolios.htm"
- #define URL_PORTFOLIO_SET_PRICE @"http://192.168.0.119:8080/site/isales/setTearSheetPrice.htm"
- #define URL_DM_PARAMS @"http://192.168.0.119:8080/site/isales/selectTearSheetParam.htm"
- #define URL_REQUEST_DM @"http://192.168.0.119:8080/site/isales/getTearSheetPdf.htm"
- #define URL_SAVE_DM_DIRECT @"http://192.168.0.119:8080/site/isales/getTearSheetPdf.htm"
- #define URL_SAVE_DM @"http://192.168.0.119:8080/site/isales/saveTearSheetPdf.htm"
- #define URL_DM_LIST @"http://192.168.0.119:8080/site/isales/tearSheetPdfList.htm"
- #define URL_CONTACT_LIST @"http://192.168.0.119:8080/site/isales/getAllContact.htm"
- #define URL_SHIPTO_LIST @"http://192.168.0.119:8080/site/isales/getShipToContact.htm"
- #define URL_ADDRESS_EDOTOR @"http://192.168.0.119:8080/site/isales/getAddAddress.htm"
- #define URL_ADDRESS_SAVE @"http://192.168.0.119:8080/site/isales/saveAddress.htm"
- #define URL_CREDITCARD_EDOTOR @"http://192.168.0.119:8080/site/isales/creditCard.htm"
- #define URL_CREDITCARD_SAVE @"http://192.168.0.119:8080/site/isales/saveAddress.htm"
- #define URL_CUSTOMER_INFO @"http://192.168.0.119:8080/site/isales/getCustomerInfoByContact.htm"
- #define URL_CUSTOMER_PENDINGORDER @"http://192.168.0.119:8080/site/isales/hasPendingOrderByContact.htm"
- #define URL_NEW_CUSTOMER @"http://192.168.0.119:8080/site/isales/getAddCustomer.htm"
- #define URL_EDIT_CUSTOMER @"http://192.168.0.119:8080/site/isales/getUpdateCustomerInfoByContact.htm"
- #define URL_CUSTOMER_SAVE @"http://192.168.0.119:8080/site/isales/saveCustomer.htm"
- #define URL_CUSTOMER_UPDATE @"http://192.168.0.119:8080/site/isales/updateCustomer.htm"
- #define URL_UPDATE_CUSTOMER_BCARD @"http://192.168.0.119:8080/site/isales/updateCustomerBusiCard.htm"
- #define URL_ERR_LOG @"http://192.168.0.119:8080/site/isales/er_log.htm"
- #define URL_UPLOAD_IMG @"http://192.168.0.119:8080/site/isales/uploadImg.htm"
- //
- ////------------------- NPD server-----------------------
- //#define URL_UPDATE_AUTH @"https://www.newpacificdirect.com/isales/login.htm"
- //#define URL_LOGOUT @"https://www.newpacificdirect.com/isales/loginOut.htm"
- //#define URL_RETRIEVE_PASS @"https://www.newpacificdirect.com/isales/forgotPassword.htm"
- //
- //#define URL_REQUEST_CATMENU @"https://www.newpacificdirect.com/isales/menu.htm"
- //#define URL_LOAD_HOME @"https://www.newpacificdirect.com/isales/homePage.htm"
- //#define URL_CATEGORY @"https://www.newpacificdirect.com/isales/distinctCategory.htm"
- //#define URL_SEARCH @"https://www.newpacificdirect.com/isales/search.htm"
- //#define URL_ITEM_SEARCH @"https://www.newpacificdirect.com/isales/itemSearch.htm"
- //#define URL_CATEGORY_LOADMORE @"https://www.newpacificdirect.com/isales/categoryMore.htm"
- //
- //
- //
- //#define URL_ORDER_LIST @"https://www.newpacificdirect.com/isales/orderList.htm"
- //#define URL_ORDER_DETAIL @"https://www.newpacificdirect.com/isales/orderDetail.htm"
- //#define URL_COMMIT_ORDER @"https://www.newpacificdirect.com/isales/createOrder.htm"
- //#define URL_SAVE_ORDER @"https://www.newpacificdirect.com/isales/saveOrder.htm"
- //#define URL_UPDATE_ORDERCUSTOMER @"https://www.newpacificdirect.com/isales/updateOrderCustomerInfo.htm"
- //#define URL_NEW_ORDER @"https://www.newpacificdirect.com/isales/createNewOrder.htm"
- //#define URL_OPEN_ORDER @"https://www.newpacificdirect.com/isales/openOrder.htm"
- //#define URL_RELEASE_ORDER @"https://www.newpacificdirect.com/isales/closeOrder.htm"
- //#define URL_DELETE_ORDER @"https://www.newpacificdirect.com/isales/deleteOrder.htm"
- //#define URL_CANCEL_ORDER @"https://www.newpacificdirect.com/isales/cancelOrder.htm"
- //
- //
- //#define URL_CART_SET_PRICE @"https://www.newpacificdirect.com/isales/setPrice.htm"
- //#define URL_CART_INCRESEMENT @"https://www.newpacificdirect.com/isales/increment.htm"
- //#define URL_CART @"https://www.newpacificdirect.com/isales/cartDtail.htm"
- //#define URL_CARTDELIVERY @"https://www.newpacificdirect.com/isales/cartDelivery.htm"
- //#define URL_ADD_TO_CART @"https://www.newpacificdirect.com/isales/addToCart.htm"
- //#define URL_CART_REMOVE @"https://www.newpacificdirect.com/isales/deleteToCart.htm"
- //#define URL_CART_CHECK @"https://www.newpacificdirect.com/isales/checkCartItem.htm"
- //
- //#define URL_CART2WISH @"https://www.newpacificdirect.com/isales/cartRemoveToWishlist.htm"
- //#define URL_WISH2CART @"https://www.newpacificdirect.com/isales/wishlistRemoveToCart.htm"
- //
- //#define URL_ITEM_DETAIL @"https://www.newpacificdirect.com/isales/modelDetail.htm"
- //
- //#define URL_ADD_TO_WATCHLIST @"https://www.newpacificdirect.com/isales/addToWishList.htm"
- //#define URL_WATCHLIST @"https://www.newpacificdirect.com/isales/wishList.htm"
- //#define URL_WATCHLIST_REMOVE @"https://www.newpacificdirect.com/isales/deleteToWishList.htm"
- //
- //
- //
- //#define URL_ADD_TO_PORTFOLIO @"https://www.newpacificdirect.com/isales/addToPortfolio.htm"
- //#define URL_PORTFOLIO_REMOVE @"https://www.newpacificdirect.com/isales/deleteToPortfolio.htm"
- //#define URL_PORTFOLIO @"https://www.newpacificdirect.com/isales/portfolios.htm"
- //#define URL_PORTFOLIO_SET_PRICE @"https://www.newpacificdirect.com/isales/setTearSheetPrice.htm"
- //#define URL_DM_PARAMS @"https://www.newpacificdirect.com/isales/selectTearSheetParam.htm"
- //#define URL_REQUEST_DM @"https://www.newpacificdirect.com/isales/getTearSheetPdf.htm"
- //#define URL_SAVE_DM_DIRECT @"https://www.newpacificdirect.com/isales/getTearSheetPdf.htm"
- //#define URL_SAVE_DM @"https://www.newpacificdirect.com/isales/saveTearSheetPdf.htm"
- //#define URL_DM_LIST @"https://www.newpacificdirect.com/isales/tearSheetPdfList.htm"
- //
- //
- //#define URL_CONTACT_LIST @"https://www.newpacificdirect.com/isales/getAllContact.htm"
- //#define URL_SHIPTO_LIST @"https://www.newpacificdirect.com/isales/getShipToContact.htm"
- //
- //#define URL_ADDRESS_EDOTOR @"https://www.newpacificdirect.com/isales/getAddAddress.htm"
- //#define URL_ADDRESS_SAVE @"https://www.newpacificdirect.com/isales/saveAddress.htm"
- //
- //
- //#define URL_CREDITCARD_EDOTOR @"https://www.newpacificdirect.com/isales/creditCard.htm"
- //#define URL_CREDITCARD_SAVE @"https://www.newpacificdirect.com/isales/saveAddress.htm"
- //
- //
- //
- //#define URL_CUSTOMER_INFO @"https://www.newpacificdirect.com/isales/getCustomerInfoByContact.htm"
- //#define URL_NEW_CUSTOMER @"https://www.newpacificdirect.com/isales/getAddCustomer.htm"
- //#define URL_CUSTOMER_SAVE @"https://www.newpacificdirect.com/isales/saveCustomer.htm"
- //#define URL_UPDATE_CUSTOMER_BCARD @"https://www.newpacificdirect.com/isales/updateCustomerBusiCard.htm"
- //
- //
- //
- //
- //
- //
- //#define URL_ERR_LOG @"https://www.newpacificdirect.com/isales/er_log.htm"
- //
- //#define URL_UPLOAD_IMG @"https://www.newpacificdirect.com/isales/uploadImg.htm"
- //
- //#define URL_COPY_ORDER @"https://www.newpacificdirect.com/isales/copyOrder.htm"
- //#define URL_SIGN_ORDER @"https://www.newpacificdirect.com/isales/updateOrderSign.htm"
- //#define URL_CUSTOMER_UPDATE @"https://www.newpacificdirect.com/isales/updateCustomer.htm"
- //#define URL_CART_GENERAL_NOTES @"https://www.newpacificdirect.com/isales/updateGeneralNote.htm"
- //#define URL_CART_ITEM_NOTES @"https://www.newpacificdirect.com/isales/setItemNotes.htm"
- //#define URL_EDIT_CUSTOMER @"https://www.newpacificdirect.com/isales/getUpdateCustomerInfoByContact.htm"
- //#define URL_CUSTOMER_PENDINGORDER @"https://www.newpacificdirect.com/isales/hasPendingOrderByContact.htm"
- #endif
|