支持 .env 配置,并完善源头对接文档与测试订单

- 增加 .env.example 与 godotenv 加载,start.sh 自动读环境变量
- 重写发给源头的开放接口对接文档
- 订单页支持创建测试订单(可直接已支付并复制店铺订单号)
This commit is contained in:
yml2213
2026-07-20 16:19:57 +08:00
parent 89cdd32181
commit e4d0a71963
13 changed files with 504 additions and 215 deletions
+9
View File
@@ -1,3 +1,12 @@
# env(保留示例文件)
.env
.env.local
.env.*.local
backend/.env
frontend/.env
!.env.example
!frontend/.env.example
# backend
backend/bin/
backend/data/