Przeglądaj źródła

uwa 1.96.190111

Ray Zhang 7 lat temu
rodzic
commit
2be0d206f4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Apex Mobile/Apex Mobile/RANetwork.m

+ 1 - 0
Apex Mobile/Apex Mobile/RANetwork.m

@@ -1599,6 +1599,7 @@
     
 //    return [self mockResult:params];
     
+    params[@"action"]=@"handset_search";
     NSData* json=[self get_json:URL_SEARCH_RESULT parameters:params  file:nil];
 
     if (json==nil)