信呼OA版本v2.3.8
This commit is contained in:
18
webmain/task/api/scheduleAction.php
Normal file
18
webmain/task/api/scheduleAction.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* 【文档】记事接口
|
||||
* createname:雨中磐石
|
||||
* homeurl:http://www.rockoa.com/
|
||||
* Copyright (c) 2016 rainrock (www.rockoa.com)
|
||||
* Date:2016-08-12
|
||||
*/
|
||||
class scheduleClassAction extends apiAction
|
||||
{
|
||||
public function getlistAction()
|
||||
{
|
||||
$startdt = $this->post('startdt');
|
||||
$enddt = $this->post('enddt');
|
||||
$arr = m('schedule')->getlistdata($this->adminid, $startdt, $enddt);
|
||||
$this->showreturn($arr);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user