Ver Fonte

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

Pen Li há 7 anos atrás
pai
commit
d4a43d9b9c
1 ficheiros alterados com 1 adições e 1 exclusões
  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"];