Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
project-credit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • project-credit
  • Wiki
  • doc

Last edited by 金小龙 Aug 18, 2016
Page history
This is an old version of this page. You can view the most recent version or browse the history.

doc

项目主要分为两大模块

  • 接口服务
  • 后台管理系统

接口服务

参考:反欺诈服务接口开发指南.pdf

  • 安全校验
  • 账户校验,诸如查询次数是否不足等
  • 内部调用反欺诈服务接口
  • 记录接口调用日志
  • 根据反欺诈服务接口返回结果,对账户进行扣除查询次数等操作
  • 返回查询结果

后台管理系统

接口统计部分

  • 接口调用每日统计 api_log_statistics
  • 接口调用情况的日志查询(通过身份证号与调用者id查询) api_log

数据查询部分

调用自身接口服务

  • 身份证实名验证
  • 银行卡实名验证

账户信息部分

  • 账户信息修改功能 user
  • 账户充值功能 recharge_package
  • 账户充值记录查询功能 recharge_log
  • 账户查询剩余次数查询与剩余次数不足提示功能 user_account
  • 查询次数使用日志查询 user_account_log

其他部分

  • 帮助中心 support
  • 通知中心 notice

数据库

数据库名为personal_credit

  • api 接口表
  • api_log 接口调用日志表
  • api_log_statistics 接口调用统计表
  • user 用户信息表
  • user_account 用户账户表
  • user_account_log 用户账户日志表
  • recharge_package 充值套餐表
  • recharge_log 充值记录表
  • notice 通知表
  • notice 通知模板表
  • support 帮助中心表
Clone repository
  • api
  • crontab
  • db
  • doc
  • files
  • Home
  • sql