【增加】期货插件
This commit is contained in:
parent
1992ca757f
commit
f2faa3b9db
|
|
@ -1,16 +0,0 @@
|
|||
<?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