zm
2021-04-09 93652ca875fc904a25a7f214adc548745573950a
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 }