You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
14
hyhproject/app/controller/Tmp.php
Executable file
14
hyhproject/app/controller/Tmp.php
Executable file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace wstmart\app\controller;
|
||||
use wstmart\common\model\Aliyunoss as M;
|
||||
use think\Db;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 地区控制器
|
||||
*/
|
||||
class Tmp extends Base{
|
||||
public function index(){
|
||||
$m = new M();
|
||||
dump($m->getInfo('upload/goods/2018-03/5ab477676fccc.jpg'));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user