public function get_report_list_api($ReportRequestId)
 {
     $report_list = new Get_Report_List();
     return $report_list->init($ReportRequestId);
 }
示例#2
0
 public function get_report_list_api($ReportRequestId)
 {
     require_once 'mws_report/GetReportList.php';
     $report_list = new Get_Report_List();
     return $report_list->init_get_report_list($ReportRequestId);
 }