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