commit | author | age | ||
2207d6 | 1 | <?php |
W | 2 | /** |
3 | * zjhj_bd模块小程序接口定义 | |
4 | * | |
5 | * @author 禾匠科技 | |
6 | * @url | |
7 | */ | |
8 | defined('IN_IA') or exit('Access Denied'); | |
9 | ||
10 | class Zjhj_bdModuleWxapp extends WeModuleWxapp { | |
11 | public function doPageTest(){ | |
12 | global $_GPC, $_W; | |
13 | $errno = 0; | |
14 | $message = '返回消息'; | |
15 | $data = array(); | |
16 | return $this->result($errno, $message, $data); | |
17 | } | |
18 | } |