| 
					
				 | 
			
			
				@@ -329,7 +329,8 @@ class BetService extends BaseService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $text .= "下注成功\n"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $msg['text'] = $text; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $lastStr = self::getLastChar($userInfo->first_name, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // $lastStr = self::getLastChar($userInfo->first_name, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $lastStr = self::hideMiddleDigits($userInfo->member_id, 4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $groupText = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $groupText .= "私聊下注 【xxxxxx" . $lastStr . "】 \n"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -374,15 +375,16 @@ class BetService extends BaseService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $item['odds'] = $gameplayRuleInfo['odds']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $item['amount'] = rand(10, 10000); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $item['first_name'] = self::generateRandomString(6); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        $item['member_id '] = self::generateRandomNumber(10); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $item['profit'] = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $input = $item['keywords'] . $item['amount']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $fake_bet_list[] = $item; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        $lastStr = self::getLastChar($item['first_name'], 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        $lastStr = self::hideMiddleDigits($item['member_id'], 4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $groupText = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        $groupText .= "私聊下注 【xxxxxx" . $lastStr . "】 \n"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        $groupText .= "私聊下注 【" . $lastStr . "】 \n"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $groupText .= "下注期数:{$issueInfo->issue_no} \n"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $groupText .= "下注内容: \n"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $groupText .= "----------- \n"; 
			 |