You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
17
hyhproject/wechat2/controller/Areas.php
Executable file
17
hyhproject/wechat2/controller/Areas.php
Executable file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace wstmart\wechat\controller;
|
||||
use wstmart\common\model\Areas as M;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 地区控制器
|
||||
*/
|
||||
class Areas extends Base{
|
||||
/**
|
||||
* 列表查询
|
||||
*/
|
||||
public function listQuery(){
|
||||
$m = new M();
|
||||
$rs = $m->listQuery();
|
||||
return WSTReturn('', 1,$rs);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user