大家都在搜接口

This commit is contained in:
chenguilong
2022-11-29 15:37:03 +08:00
committed by fengshuo
parent 61b5e3c8a7
commit d0fb9b538d
17 changed files with 119 additions and 22 deletions

View File

@@ -306,8 +306,7 @@
/// @param completion
/// @param uid uid
+ (void)requestEveryoneSearch:(HttpRequestHelperCompletion)completion uid:(NSString *)uid {
#warning todo
[self makeRequest:@"" method:HttpRequestHelperMethodGET completion:completion, __FUNCTION__, uid, nil];
[self makeRequest:@"every/one/search/getList" method:HttpRequestHelperMethodGET completion:completion, __FUNCTION__, uid, nil];
}
///