bourse stock
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
229 B

2 months ago
<?php
namespace app\admin\controller;
2 months ago
use think\facade\Config;
2 months ago
class Test extends AdminBaseController
{
public function index()
{
2 months ago
return json(['code' => '0', 'msg' => 'SUCCESS', 'data' => [$fileName]]);
2 months ago
}
}