Resource Profile:
这是一款专为三网话费余额查询设计的全新API系统源码,采用高效的ThinkPHP 6.0框架开发,支持PHP 8.1及以上版本。该系统能够实现手机号话费余额、归属地及运营商信息的精准查询,用户可通过在线用户中心或API接口发起查询。此外,系统内置USDT接口,支持用户余额充值,也可通过后台生成卡密进行充值管理。源码完全开源,方便技术人员进行二次开发。
系统亮点:
- 高效查询功能:支持多种话费相关信息的查询,兼容性强。
- 灵活充值方式:支持USDT接口和卡密充值,满足多样化需求。
- 全面开源:源码完全开放,支持深度定制与功能扩展。
- 便捷搭建:详细的搭建教程与清晰的伪静态规则,降低配置难度。
Photo Gallery:
Installation and usage instructions:
搭建指南:
- 上传源码:将源码文件上传至服务器后,将运行目录调整为
/public. - 导入数据库:将数据库文件导入到您的数据库中。
- 配置数据库:打开
/config/database.php文件,填写对应的数据库配置信息。 - 设置任务计划:设置SHELL脚本以实现USDT充值到账状态查询,建议任务计划每分钟执行一次,脚本内容如下:
php /www/wwwroot/目录/think cron --getStatus - 伪静态规则:配置为ThinkPHP伪静态规则,示例如下:
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }
后台管理信息
- 默认后台地址:
/admin - 默认登录账号:
admin - 默认登录密码:
123456
- Can free downloads or VIP member-only resources be commercialized directly?
- The resources on this site are collected and organized through the network, for personal research and study purposes only. The copyright belongs to the legal owner of the software and program code, users should verify the copyright and legality of the resources, prohibited for commercial use, illegal activities or any violation of national laws and regulations.
- Disclaimer of liability for program or code bugs, compatibility issues or functional defects, etc.
- As the resources on this site are collected and organized through the network, not the site's original, it can not fully guarantee its functionality or code compatibility. Users need to verify whether the resources meet the needs of their own, due to the following circumstances lead to losses, this site does not assume any responsibility:
Programs, source code and other computer software resources may contain code vulnerabilities (bugs), compatibility issues or functional defects left by the developer. This site does not provide free repair services for such technical defects, users need to bear the risk of debugging, modification or abandonment of the use.











