|  | @@ -398,6 +398,9 @@ class Party extends Common
 | 
	
		
			
				|  |  |                      throw new Exception($resultInfo['msg']);
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            if (!isset($resultInfo['data'])) {
 | 
	
		
			
				|  |  | +                $resultInfo['data'] = [];
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |              $this->success("获取成功!",$resultInfo['data']);
 | 
	
		
			
				|  |  |          } catch (Exception $e) {;
 | 
	
		
			
				|  |  |              $this->error($e->getMessage());
 |