فهرست منبع

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

Pen Li 7 سال پیش
والد
کامیت
d4a43d9b9c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"];