# superman_test **Repository Path**: nsg/superman_test ## Basic Information - **Project Name**: superman_test - **Description**: 微擎应用开发参考例子 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2018-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 【超人】测试-v3.0.1 本模块为超人团队开发微擎应用参考例子,有如下作用:可复制文件快速创建新模块,可了解微擎模块、小程序、PC应用、微擎首页(研究中)等应用代码,可快速安装模块测试体验。 # manifest.xml 模块配置文件添加了部分注释,更加方便查看和理解含义,如图所示 ![](/resource/manifest.png) # 安装(install.php) 数据库表结构初始化添加 # 卸载(uninstall.php) 卸载模块清理数据库表结构 # 升级(upgrade.php) 判断模块升级版本号,更新数据库表结构 # 小程序支付 发起支付代码位于文件 `superman_test/inc/wxapp/pay.inc.php` 支付回调通知位于文件 `superman_test/wxapp.php` `payResult` # 其它 模块业务逻辑处理代码位于目录 `superman_test/inc` 下,此方式可更加方便拆分代码逻辑,功能结构更加清晰。 **欢迎大家留言交流微擎应用开发,如有问题可[点击提交Issue](https://gitee.com/supermanapp/superman_test/issues)**