mirror of
https://github.com/mojuncong/psi.git
synced 2024-11-10 08:52:35 +08:00
Goodsquerycontroler
This commit is contained in:
parent
01e6ea94a9
commit
87d1ea6f18
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace Mobile\Controller;
|
||||
|
||||
use Think\Controller;
|
||||
|
||||
class GoodsQueryController extends Controller{
|
||||
public function querry(){
|
||||
$this->assign("uri", __ROOT__ . "/");
|
||||
$this->display();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue