update;
parents
Showing
.gitignore
0 → 100644
Config/base_config.py
0 → 100644
Config/common_config.py
0 → 100644
Controller/AccountController.py
0 → 100644
This diff is collapsed.
Click to expand it.
Controller/IndexController.py
0 → 100644
This diff is collapsed.
Click to expand it.
Controller/InvoiceController.py
0 → 100644
Controller/RentController.py
0 → 100644
This diff is collapsed.
Click to expand it.
Controller/RepairController.py
0 → 100644
Controller/ReportController.py
0 → 100644
Controller/SpotController.py
0 → 100644
Controller/ToolController.py
0 → 100644
Controller/__init__.py
0 → 100644
Libs/ErrorTips.py
0 → 100644
Libs/Helper/Helper.py
0 → 100644
Libs/Logger.py
0 → 100644
Libs/Onenet/Message/Message.py
0 → 100644
Libs/Onenet/OneNet.py
0 → 100644
Libs/Onenet/OneNetApi.py
0 → 100644
This diff is collapsed.
Click to expand it.
Libs/cert/AllTour_cert/apiclient_cert.pem
0 → 100644
Libs/cert/AllTour_cert/apiclient_key.pem
0 → 100644
Libs/cert/invoice/.DS_Store
0 → 100644
File added
Libs/cert/invoice/cert.pem
0 → 100644
Libs/cert/invoice/cert2.crt
0 → 100644
Libs/cert/invoice/cert2.key
0 → 100644
Libs/cert/invoice/cert2.pfx
0 → 100644
File added
Libs/cert/invoice/cert22.key
0 → 100644
Libs/cert/invoice/cert22.pem
0 → 100644
Libs/cert/invoice/fapiao.com2018.cer
0 → 100644
File added
Libs/cert/invoice/fapiao.com2018.pem
0 → 100644
Libs/cert/invoice/fapiao.com2018.truststore
0 → 100644
File added
Libs/cert/invoice/rmp.pem
0 → 100644
Libs/cert/invoice/testISSUE.pem
0 → 100644
Libs/cert/invoice/testISSUE.pfx
0 → 100644
File added
Libs/cert/invoice/testISSUEWithKey.pem
0 → 100644
Model/Agent/AgentAccountModel.py
0 → 100644
Model/Agent/AgentLogRecordModel.py
0 → 100644
Model/Agent/AgentSpotModel.py
0 → 100644
Model/Base.py
0 → 100644
Model/Coupon/CouponOrderModel.py
0 → 100644
Model/Coupon/WxGuideModel.py
0 → 100644
Model/Customer/CustomerModel.py
0 → 100644
Model/Income/DayIncomeModel.py
0 → 100644
Model/Machine/MachineModel.py
0 → 100644
Model/Power/PowerModel.py
0 → 100644
Model/Production/ProductionModel.py
0 → 100644
Model/Rent/RentModel.py
0 → 100644
Model/Rent/RentRefundModel.py
0 → 100644
Model/Repairs/RepairImagesModel.py
0 → 100644
Model/Repairs/RepairModel.py
0 → 100644
Model/Settlement/SettlementModel.py
0 → 100644
Model/Spot/SpotModel.py
0 → 100644
Model/invoice/InvoiceModel.py
0 → 100644
Model/invoice/InvoiceRecoreModel.py
0 → 100644
README.md
0 → 100644
Redis_Cache.py
0 → 100644
Service/AgentService.py
0 → 100644
Service/IndexService.py
0 → 100644
Service/InvoiceService.py
0 → 100644
This diff is collapsed.
Click to expand it.
Service/RentService.py
0 → 100644
This diff is collapsed.
Click to expand it.
Service/RepairService.py
0 → 100644
Service/ReportService.py
0 → 100644
This diff is collapsed.
Click to expand it.
Service/SMSService.py
0 → 100644
Service/SpotService.py
0 → 100644
Service/ToolService.py
0 → 100644
Service/WeChatService.py
0 → 100644
app.py
0 → 100644
requirements.txt
0 → 100644
| altgraph==0.16.1 | ||
| APScheduler==3.6.1 | ||
| autopy==2.1.0 | ||
| backports.csv==1.0.7 | ||
| certifi==2019.6.16 | ||
| chardet==3.0.4 | ||
| cipher==0.1 | ||
| Click==7.0 | ||
| colorama==0.4.1 | ||
| configobj==5.0.6 | ||
| crypto==1.4.1 | ||
| defusedxml==0.6.0 | ||
| Django==2.2.1 | ||
| docopt==0.6.2 | ||
| dpkt==1.9.2 | ||
| dss==0.8 | ||
| et-xmlfile==1.0.1 | ||
| Flask==1.0.3 | ||
| Flask-Cache==0.13.1 | ||
| Flask-Caching==1.7.2 | ||
| Flask-Cors==3.0.8 | ||
| flask-redis==0.4.0 | ||
| Flask-Script==2.0.6 | ||
| flask-sqlacodegen==1.1.6.1 | ||
| Flask-SQLAlchemy==2.4.0 | ||
| future==0.17.1 | ||
| idna==2.8 | ||
| inflect==2.1.0 | ||
| itsdangerous==1.1.0 | ||
| jdcal==1.4.1 | ||
| Jinja2==2.10.1 | ||
| jsonify==0.5 | ||
| macholib==1.11 | ||
| MarkupSafe==1.1.1 | ||
| mysqlclient==1.4.2.post1 | ||
| Naked==0.1.31 | ||
| netifaces==0.10.9 | ||
| odfpy==1.4.0 | ||
| openpyxl==2.4.11 | ||
| pefile==2019.4.18 | ||
| psutil==5.6.2 | ||
| pycryptodome==3.8.2 | ||
| PyInstaller==3.4 | ||
| PyMySQL==0.9.3 | ||
| python-xlib==0.25 | ||
| pytz==2019.1 | ||
| pywin32-ctypes==0.2.0 | ||
| PyYAML==5.1.1 | ||
| qcloudsms-py==0.1.3 | ||
| qrcode==6.1 | ||
| records==0.5.3 | ||
| redis==3.2.1 | ||
| requests==2.22.0 | ||
| schedule==0.6.0 | ||
| Serializer==0.2.1 | ||
| shellescape==3.4.1 | ||
| simplejson==3.16.0 | ||
| singledispatch==3.4.0.3 | ||
| six==1.12.0 | ||
| SQLAlchemy==1.3.5 | ||
| sqlparse==0.3.0 | ||
| tablib==0.13.0 | ||
| tzlocal==2.0.0 | ||
| urllib3==1.25.3 | ||
| Werkzeug==0.15.4 | ||
| xlrd==1.2.0 | ||
| xlwt==1.3.0 |
start_server.sh
0 → 100644
uwsgi.ini
0 → 100644
Please
register
or
sign in
to comment