Atitit.atiagent agent分销系统 代理系统 设计文档
1. 启动项目1
2. 首也2
3. 登录功能2
4. 用户中心2
5. 充值查询3
6. 授权下级代理4
7. 我的提成5
8. 查看下级玩家6
9. 查看下级代理7
10. 数据库文档 agent7
10.1. Acc 用户帐号以及上级代理id关联字段7
10.2. 充值记录表8
1. 启动项目
C:\0workspace\AtiPlatf_cms\resin run q2b_game.bat
Prj::cms
数据库 配置文件 C:\0workspace\AtiPlatf_cms\WebRoot\cfg_game.properties
#MySQL Connection Configuration
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/zz_plat?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username=root
jdbc.password=root
C:\0workspace\AtiPlatf_cms\WebRoot\agentNrecharge
Overview.htm
sub_total_list.htm
2. 首也
http://localhost:8080/agentNrecharge/overview.htm
作者:: ★(attilax)>>> 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 汉字名:艾龙, EMAIL:[email protected]
转载请注明来源: http://www.cnblogs.com/attilax/
3. 登录功能
http://localhost:8080/login/login.htm
$code=new(com.attilax.user.AgentService).login(admin,admin)
用户名密码都是admin
4. 用户中心
http://localhost:8080/uc/uc.htm
5. 充值查询
http://localhost:8080/agentNrecharge/overview.htm
6. 授权下级代理
http://localhost:8080/agent/set_sub2.htm
7. 我的提成
8. 查看下级玩家
9. 查看下级代理
10. 数据库文档 agent
记录代理层级,以及登录使用uid和pwd。。。最终端的代理层级在acc表里面记录,不再这里记录(历史原因)