| 
					
				 | 
			
			
				@@ -181,6 +181,7 @@ class MemberService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if ($item['pay_category'] == 'RECHARGE' && (!isset($extendJson['notify']) || $extendJson['notify'] != 'success')) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         continue; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    dump(floatval($extendJson['added_amount']).'----0'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (isset($extendJson['added_amount']) && floatval($extendJson['added_amount']) > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $data[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             'join_pay_member_id' => $item['join_pay_member_id'], 
			 |