【增加】期货插件
This commit is contained in:
parent
8777ab75ea
commit
c98a101857
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace addon\futures\api;
|
||||
use app\api\controller\BaseApi;
|
||||
|
||||
class Futures extends BaseApi{
|
||||
/**
|
||||
* 列表
|
||||
* @return false|string
|
||||
*/
|
||||
public function page()
|
||||
{
|
||||
return $this->response();
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue