【增加】期货插件

This commit is contained in:
liqianjin 2023-02-23 14:16:00 +08:00
parent 8777ab75ea
commit c98a101857
1 changed files with 16 additions and 0 deletions

View File

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