# payment2Solution **Repository Path**: vickicao/payment2Solution ## Basic Information - **Project Name**: payment2Solution - **Description**: django-支付宝和微信支付接口 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: kt ## README # pay-backend 支付后端 # docker command ### make images: docker build --network=host -t backend . ### run images docker compose -f docker-compose.yml up -d ### restart images docker compose -f docker-compose.yml restart ### git commit style feat: 新增 feature \ fix: 修复 bug \ docs: 仅仅修改了文档,比如 README, CHANGELOG, CONTRIBUTE等等 \ style: 仅仅修改了空格、格式缩进、逗号等等,不改变代码逻辑 \ refactor: 代码重构,没有加新功能或者修复 bug \ perf: 优化相关,比如提升性能、体验 \ test: 测试用例,包括单元测试、集成测试等 \ chore: 改变构建流程、或者增加依赖库、工具等 \ revert: 回滚到上一个版本 ### code