|
@@ -29,24 +29,39 @@
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#define APPENDING_STR(var) [URL_HOST stringByAppendingString:var]
|
|
#define APPENDING_STR(var) [URL_HOST stringByAppendingString:var]
|
|
|
-
|
|
|
|
|
-#define URL_INTERFACE_TEST APPENDING_STR(@"/mobile/testInterface.mo/")
|
|
|
|
|
|
|
+//不用修改的接口
|
|
|
#define URL_ERR_LOG @""
|
|
#define URL_ERR_LOG @""
|
|
|
#define URL_LOGIN APPENDING_STR(@"/mobile/login.mo/")
|
|
#define URL_LOGIN APPENDING_STR(@"/mobile/login.mo/")
|
|
|
-#define URL_HOME APPENDING_STR(@"/mobile/truckPage.mo/")
|
|
|
|
|
-#define URL_MORE_ORDER APPENDING_STR(@"/mobile/morePickupOrders.mo/")
|
|
|
|
|
-#define URL_DETAIL APPENDING_STR(@"/mobile/orderDetails.mo/")
|
|
|
|
|
-#define URL_UPDATE APPENDING_STR(@"/mobile/actionDetails.mo/")
|
|
|
|
|
-#define URL_SUBMIT APPENDING_STR(@"/mobile/updateContainerData.mo/")
|
|
|
|
|
-#define URL_UPLOAD APPENDING_STR(@"/mobile/uploadContainerFiles.mo/")
|
|
|
|
|
#define URL_LOGOUT APPENDING_STR(@"/mobile/loginOut.mo/")
|
|
#define URL_LOGOUT APPENDING_STR(@"/mobile/loginOut.mo/")
|
|
|
-#define URL_REPORT_LOCATION APPENDING_STR(@"/mobile/uploadDriverLocation.mo/")
|
|
|
|
|
-#define URL_REPORT_TOKEN APPENDING_STR(@"/mobile/uploadToken.mo/")
|
|
|
|
|
#define URL_RETRIVE_PASSWORD APPENDING_STR(@"/mobile/resetPassword.mo/")
|
|
#define URL_RETRIVE_PASSWORD APPENDING_STR(@"/mobile/resetPassword.mo/")
|
|
|
|
|
+#define URL_REPORT_TOKEN APPENDING_STR(@"/mobile/uploadToken.mo/")
|
|
|
#define URL_DRIVER_AVAILABLE APPENDING_STR(@"/mobile/updateDriverAvailable.mo/")
|
|
#define URL_DRIVER_AVAILABLE APPENDING_STR(@"/mobile/updateDriverAvailable.mo/")
|
|
|
#define URL_CHANGE_PASSWORD APPENDING_STR(@"/mobile/changePassword.mo/")
|
|
#define URL_CHANGE_PASSWORD APPENDING_STR(@"/mobile/changePassword.mo/")
|
|
|
|
|
+//需要修改的接口
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+#define URL_UPLOAD APPENDING_STR(@"/mobile/uploadContainerFiles.mo/")
|
|
|
|
|
+#define URL_REPORT_LOCATION APPENDING_STR(@"/mobile/uploadDriverLocation.mo/")
|
|
|
#define URL_MESSAGE_LIST APPENDING_STR(@"/mobile/moreDriverMessages.mo/")
|
|
#define URL_MESSAGE_LIST APPENDING_STR(@"/mobile/moreDriverMessages.mo/")
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+//完成修改的接口
|
|
|
|
|
+
|
|
|
|
|
+#define URL_DETAIL APPENDING_STR(@"/mobile/orderDetails.mo/")
|
|
|
|
|
+#define URL_UPDATE APPENDING_STR(@"/mobile/actionDetails.mo/")
|
|
|
|
|
+#define URL_MORE_ORDER APPENDING_STR(@"/mobile/morePickupOrders.mo/")
|
|
|
|
|
+#define URL_HOME APPENDING_STR(@"/mobile/truckPage.mo/")
|
|
|
|
|
+#define URL_SUBMIT APPENDING_STR(@"/mobile/updateContainerData.mo/")
|
|
|
|
|
+
|
|
|
|
|
+//#define URL_DETAIL APPENDING_STR(@"/mobile/orderDetails2.mo/")
|
|
|
|
|
+//#define URL_UPDATE APPENDING_STR(@"/mobile/checkInDetails.mo/")
|
|
|
|
|
+//#define URL_MORE_ORDER APPENDING_STR(@"/mobile/fullOrderList.mo/")
|
|
|
|
|
+//#define URL_HOME APPENDING_STR(@"/mobile/homePage.mo/")
|
|
|
|
|
+//#define URL_SUBMIT APPENDING_STR(@"/mobile/CheckIn.mo/")
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
//#define URL_HOME @"http://192.168.0.130:8080/MyWeb/Test"
|
|
//#define URL_HOME @"http://192.168.0.130:8080/MyWeb/Test"
|
|
|
//#define URL_LOGIN @"http://192.168.0.130:8080/MyWeb/Test"
|
|
//#define URL_LOGIN @"http://192.168.0.130:8080/MyWeb/Test"
|
|
|
#endif /* config_h */
|
|
#endif /* config_h */
|