Files
xinhu/webmain/task/api/worcAction.php
2022-08-14 16:47:40 +08:00

18 lines
336 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 【文档】应用的接口
* createname雨中磐石
* homeurlhttp://www.rockoa.com/
* Copyright (c) 2016 rainrock (www.rockoa.com)
* Date:2017-08-08
*/
class worcClassAction extends apiAction
{
public function getdataAction()
{
$barr = m('word')->getdata();
$this->showreturn($barr);
}
}