Skip to content

Commit

Permalink
信息在标题情况下,内容识别关键字变更 c-kzxvldkhX#102
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihuaGu authored and xcorp1986 committed Sep 19, 2020
1 parent 78261f4 commit 3c2014a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void transfercodePush(){

}

private void collectioncodePush(boolen isinfoincontent){
private void collectioncodePush(boolean isinfoincontent){
Map<String,String> postmap=new HashMap<String,String>();
postmap.put("type","alipay");
postmap.put("time",notitime);
Expand All @@ -92,7 +92,7 @@ private void collectioncodePush(boolen isinfoincontent){
}

private boolen isInfoHideInTitle(){
if(title.contains("成功收款")&&content.contains("查看余额"))
if(title.contains("成功收款")&&content.contains("立即查看"))
return true;
return false;

Expand Down

0 comments on commit 3c2014a

Please sign in to comment.