Explorar el Código

1.修改iOS Apex Drivers Order Edit数据从服务器请求。

Pen Li hace 7 años
padre
commit
d4a43d9b9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Redant Drivers/Apex And Drivers/RADataProvider.m

+ 1 - 1
Redant Drivers/Apex And Drivers/RADataProvider.m

@@ -214,7 +214,7 @@
 }
 
 + (NSDictionary *)requestUpdateOrder:(NSString *)orderID driverAction:(NSInteger)action {
-    return [self loadFakeData:@"fake_order_edit.json"];
+//    return [self loadFakeData:@"fake_order_edit.json"];
     NSMutableDictionary *params = [NSMutableDictionary dictionary];
     if (orderID) {
         [params setObject:orderID forKey:@"orderID"];