【增加】期货插件

This commit is contained in:
liqianjin 2023-02-23 14:50:00 +08:00
parent 1992ca757f
commit f2faa3b9db
1 changed files with 0 additions and 16 deletions

View File

@ -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();
}
}