# 呼风网络验证系统 **Repository Path**: tingfengge/tp_hufeng ## Basic Information - **Project Name**: 呼风网络验证系统 - **Description**: 基于thinkphp的网络验证系统基于php+mysqlhufeng验证系统数据库名 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-05-24 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于thinkphp的网络验证系统 基于php+mysql hufeng验证系统 数据库名 tp_hufeng 管理员表 tp_admin id username password email create_time update_time delete_time 程序表 tp_software id name version(版本) notice(程序公告) heart_time(心跳间隔) software_state(程序状态) software_up(更新地址) Machine_type(是否绑定机器码) Machine_down(能不能解绑) Machine_recoup (解绑扣除点数) software_key(程序key 随机8位大写) create_time update_time delete_time 卡种类表 tp_cardtype id name software(对应程序) type(种类) time(时间) cardtype_key(卡种key随机8位大写) create_time update_time delete_time 卡密表 tp_card id name(格式 程序key-卡种key-随机18位大写) cardtype(种类) cardstar_time(开始使用时间) cardoverdue_time(过期时间) Machine(机器码)