Atitit.atiagent  agent分销系统 代理系统 设计文档

时间:2024-04-23 13:05:24

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:1466519819@qq.com

转载请注明来源: http://www.cnblogs.com/attilax/

3. 登录功能

Atitit.atiagent  agent分销系统 代理系统 设计文档

http://localhost:8080/login/login.htm

$code=new(com.attilax.user.AgentService).login(admin,admin)

用户名密码都是admin

4. 用户中心

http://localhost:8080/uc/uc.htm

Atitit.atiagent  agent分销系统 代理系统 设计文档

5. 充值查询

http://localhost:8080/agentNrecharge/overview.htm

Atitit.atiagent  agent分销系统 代理系统 设计文档

6. 授权下级代理

http://localhost:8080/agent/set_sub2.htm

Atitit.atiagent  agent分销系统 代理系统 设计文档

7. 我的提成

http://localhost:8080/agentNrecharge/sub_total_list.htm?begindate=2016-06-09&enddate=2016-06-09&cnn=3&parent_id=888

Atitit.atiagent  agent分销系统 代理系统 设计文档

8. 查看下级玩家

Atitit.atiagent  agent分销系统 代理系统 设计文档

9. 查看下级代理

Atitit.atiagent  agent分销系统 代理系统 设计文档

10. 数据库文档 agent

记录代理层级,以及登录使用uid和pwd。。。最终端的代理层级在acc表里面记录,不再这里记录(历史原因)

Atitit.atiagent  agent分销系统 代理系统 设计文档

10.1. Acc 用户帐号以及上级代理id关联字段

Atitit.atiagent  agent分销系统 代理系统 设计文档

10.2. 充值记录表

Atitit.atiagent  agent分销系统 代理系统 设计文档