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

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:workspaceAtiPlatf_cms esin run q2b_game.bat

 

Prj::cms

数据库 配置文件 C:workspaceAtiPlatf_cmsWebRootcfg_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:workspaceAtiPlatf_cmsWebRootagentNrecharge

Overview.htm

sub_total_list.htm

 

2. 首也

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

作者::  ★(attilax)>>>   绰号:老哇的爪子  全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊  汉字名:艾龙,  EMAIL:1466519819@qq.com

转载请注明来源: http://blog.csdn.net/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. 我的提成

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

 

8. 查看下级玩家

 

 

 

9. 查看下级代理

 

10. 数据库文档 agent

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

 

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

 

 

 

10.2. 充值记录表

 

原文地址:https://www.cnblogs.com/attilax/p/5963293.html