소스 검색

1.修改iOS Apex Driver服务器地址。

Pen Li 7 년 전
부모
커밋
d5702a7b56
1개의 변경된 파일18개의 추가작업 그리고 15개의 파일을 삭제
  1. 18 15
      Redant Drivers/Apex And Drivers/config.h

+ 18 - 15
Redant Drivers/Apex And Drivers/config.h

@@ -15,24 +15,27 @@
 #define ApexDriverWhiteColor UIColorFromRGB(0xffffff)
 #define ApexDriverRedColor UIColorFromRGB(0xAE2838)
 
-#define URL_HOST                @"http://192.168.0.124:8080"
+//#define URL_HOST                @"http://192.168.0.124:8080/t"
+#define URL_HOST                @"https://ra.apexshipping.com/t"
+
+
 #define APPENDING_STR(var)      [URL_HOST stringByAppendingString:var]
 
 #define URL_ERR_LOG             @""
-#define URL_LOGIN               APPENDING_STR(@"/j/mobile/login.mo/")
-#define URL_HOME                APPENDING_STR(@"/j/mobile/truckPage.mo/")
-#define URL_MORE_ORDER          APPENDING_STR(@"/j/mobile/morePickupOrders.mo/")
-#define URL_DETAIL              APPENDING_STR(@"/j/mobile/orderDetails.mo/")
-#define URL_UPDATE              APPENDING_STR(@"/j/mobile/actionDetails.mo/")
-#define URL_SUBMIT              APPENDING_STR(@"/j/mobile/updateContainerData.mo/")
-#define URL_UPLOAD              APPENDING_STR(@"/j/mobile/uploadContainerFiles.mo/")
-#define URL_LOGOUT              APPENDING_STR(@"/j/mobile/loginOut.mo/")
-#define URL_REPORT_LOCATION     APPENDING_STR(@"/j/mobile/uploadDriverLocation.mo/")
-#define URL_REPORT_TOKEN        APPENDING_STR(@"/j/mobile/uploadToken.mo/")
-#define URL_RETRIVE_PASSWORD    APPENDING_STR(@"/j/mobile/resetPassword.mo/")
-#define URL_DRIVER_AVAILABLE    APPENDING_STR(@"/j/mobile/updateDriverAvailable.mo/")
-#define URL_CHANGE_PASSWORD     APPENDING_STR(@"/j/mobile/changePassword.mo/")
-#define URL_MESSAGE_LIST        APPENDING_STR(@"/j/mobile/moreDriverMessages.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_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_DRIVER_AVAILABLE    APPENDING_STR(@"/mobile/updateDriverAvailable.mo/")
+#define URL_CHANGE_PASSWORD     APPENDING_STR(@"/mobile/changePassword.mo/")
+#define URL_MESSAGE_LIST        APPENDING_STR(@"/mobile/moreDriverMessages.mo/")
 
 //#define URL_HOME                @"http://192.168.0.130:8080/MyWeb/Test"
 //#define URL_LOGIN               @"http://192.168.0.130:8080/MyWeb/Test"