|
@@ -1140,7 +1140,7 @@
|
|
|
[self request:post andWithUrl:url and:parm success:success faliure:faliure];
|
|
|
}
|
|
|
|
|
|
-// /imGroup/update
|
|
|
+// /imGroup/updateIntroduce
|
|
|
// 群简介修改
|
|
|
/// @param post post json
|
|
|
/// @param groupId 群ID
|
|
@@ -1149,7 +1149,7 @@
|
|
|
/// @param faliure 失败
|
|
|
+ (void)imGroupIntroduceModifyRequest:(NSString *)post groupId:(NSString *)groupId introduce:(NSString *)introduce success:(void(^)(NSDictionary *dic))success faliure:(void(^)(NSError *error))faliure {
|
|
|
[self configRequestMethodJSON];
|
|
|
- NSString *url = [NSString stringWithFormat:@"%@%@%@", hostURL, @"/api-teacher",@"/imGroup/update"];
|
|
|
+ NSString *url = [NSString stringWithFormat:@"%@%@%@", hostURL, @"/api-teacher",@"/imGroup/updateIntroduce"];
|
|
|
NSMutableDictionary *parm = [NSMutableDictionary dictionary];
|
|
|
[parm setValue:groupId forKey:@"id"];
|
|
|
[parm setValue:introduce forKey:@"introduce"];
|