Skip to content

Commit

Permalink
移除测试逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jun 4, 2018
1 parent df128a3 commit 65c0caf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Controller/Album.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,4 @@ public function indexAction($req)

return get_defined_vars();
}

public function testAction()
{
var_dump(wei()->tencentyunCosV5->signUrl('a.txt'));

die;


// 接着
wei()->file->setOption('driver', 'tencentyunCosV5');

$ret = wei()->file->upload('upload/card_intro_big29bc6c.jpg');
var_dump($ret);die;
}
}

0 comments on commit 65c0caf

Please sign in to comment.