You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
16
hyhproject/home2/controller/Ads.php
Executable file
16
hyhproject/home2/controller/Ads.php
Executable file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace wstmart\home\controller;
|
||||
use wstmart\common\model\Ads as M;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 广告控制器
|
||||
*/
|
||||
class Ads extends Base{
|
||||
/**
|
||||
* 记录点击次数
|
||||
*/
|
||||
public function recordClick(){
|
||||
$m = new M();
|
||||
return $m->recordClick();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user