mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-05 05:55:19 +00:00
new
This commit is contained in:
+7
-39
@@ -170,45 +170,13 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Ash_AWord/ViewControllers/My/MyRelateViewController.m"
|
||||
timestampString = "457159203.288928"
|
||||
timestampString = "457159946.984524"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "148"
|
||||
endingLineNumber = "148"
|
||||
startingLineNumber = "152"
|
||||
endingLineNumber = "152"
|
||||
landmarkName = "-tableView:didSelectRowAtIndexPath:"
|
||||
landmarkType = "5">
|
||||
<Locations>
|
||||
<Location
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[MyRelateViewController tableView:didSelectRowAtIndexPath:]"
|
||||
moduleName = "Ash_AWord"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/xmfish/Documents/Ash_Soft/Ash_AWord/Ash_AWord/ViewControllers/My/MyRelateViewController.m"
|
||||
timestampString = "457159203.293347"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "148"
|
||||
endingLineNumber = "148"
|
||||
offsetFromSymbolStart = "177">
|
||||
</Location>
|
||||
<Location
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__60-[MyRelateViewController tableView:didSelectRowAtIndexPath:]_block_invoke"
|
||||
moduleName = "Ash_AWord"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/xmfish/Documents/Ash_Soft/Ash_AWord/Ash_AWord/ViewControllers/My/MyRelateViewController.m"
|
||||
timestampString = "457159203.293562"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "148"
|
||||
endingLineNumber = "148"
|
||||
offsetFromSymbolStart = "43">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
@@ -218,11 +186,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Ash_AWord/ViewControllers/My/MyRelateViewController.m"
|
||||
timestampString = "457159211.685007"
|
||||
timestampString = "457159946.984524"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "149"
|
||||
endingLineNumber = "149"
|
||||
startingLineNumber = "153"
|
||||
endingLineNumber = "153"
|
||||
landmarkName = "-tableView:didSelectRowAtIndexPath:"
|
||||
landmarkType = "5">
|
||||
</BreakpointContent>
|
||||
@@ -230,7 +198,7 @@
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
shouldBeEnabled = "Yes"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Ash_AWord/ViewModels/Common/CommentViewModel.m"
|
||||
|
||||
@@ -41,7 +41,11 @@
|
||||
#pragma mark 标记已读
|
||||
-(void)readAll
|
||||
{
|
||||
|
||||
[RequireEngine requireWithProperty:[CommentViewModel requireReadAllComment] completionBlock:^(id viewModel) {
|
||||
if ([viewModel success]) {
|
||||
[self headerBeginRefreshing];
|
||||
}
|
||||
} failedBlock:nil];
|
||||
}
|
||||
#pragma mark MJRefreshDelegate
|
||||
-(void)headerRereshing
|
||||
|
||||
@@ -32,4 +32,5 @@
|
||||
|
||||
+(PropertyEntity*)requireLoadMyCommentWithPage:(NSInteger)page withPage_size:(NSInteger)page_size;
|
||||
+(PropertyEntity*)requireReadCommentWithCommentId:(NSInteger)commentId;
|
||||
+(PropertyEntity*)requireReadAllComment;
|
||||
@end
|
||||
|
||||
@@ -111,4 +111,16 @@
|
||||
};
|
||||
return pro;
|
||||
}
|
||||
+(PropertyEntity*)requireReadAllComment
|
||||
{
|
||||
PropertyEntity *pro = [[PropertyEntity alloc] init];
|
||||
pro.requireType = HTTPRequestTypeWithPOSTDATA;
|
||||
pro.responesOBJ = self.class;
|
||||
NSDictionary* dic = @{
|
||||
};
|
||||
pro.pro = @{@"root": dic,
|
||||
@"command": @"10207",
|
||||
};
|
||||
return pro;
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user