zm
2021-03-25 d84ff6053b22269a6c59dc005e9efb8de6595988
commit | author | age
90c639 1 <?php
Z 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 }