https://github.com/sty945/atm
模拟实现一个ATM + 购物商城程序
https://github.com/sty945/atm
Last synced: 8 months ago
JSON representation
模拟实现一个ATM + 购物商城程序
- Host: GitHub
- URL: https://github.com/sty945/atm
- Owner: sty945
- Created: 2017-12-02T00:10:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T14:40:57.000Z (over 8 years ago)
- Last Synced: 2025-06-22T06:06:45.189Z (12 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
这个程序主要是模拟实现一个ATM + 购物商城程序
额度 15000或自定义
实现购物商城,买东西加入 购物车,调用信用卡接口结账
可以提现,手续费5%
支持多账户登录
支持账户间转账
记录每月日常消费流水
提供还款接口
ATM记录操作日志
提供管理接口,包括添加账户、用户额度,冻结账户等。。。
用户认证用装饰器