新增订单群聊
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
```bash
|
||||
docker compose -f deploy/docker-compose.dev.yml up -d
|
||||
|
||||
docker exec -i hfb-mysql mysql -uhfb -psecret hfb_sys < backend/migrations/000001_init.sql
|
||||
for file in backend/migrations/*.sql; do
|
||||
docker exec -i hfb-mysql mysql -uhfb -psecret hfb_sys < "$file"
|
||||
done
|
||||
|
||||
cd backend
|
||||
cp .env.example .env
|
||||
@@ -53,6 +55,7 @@ npm run dev
|
||||
- 钱包账务当前为开发态模拟流水,可通过 `GET /api/wallet/balance` 和 `GET /api/wallet/ledger` 查看。
|
||||
- 后台资金流水已接入,页面为 `http://localhost:5173/admin/wallet-ledger`,支持按用户、订单和业务类型查询。
|
||||
- 站内信已支持订单关键节点自动写入,可通过 `GET /api/notifications` 查看。
|
||||
- 订单群聊已支持支付成功后自动创建,租客、号主和客服可在移动端消息页进入会话。
|
||||
- 申诉仲裁已支持订单双方发起申诉、开发态后台落账处理,后台页面为 `http://localhost:5173/admin/disputes`。
|
||||
- 系统配置已支持默认配置初始化和后台编辑,页面为 `http://localhost:5173/admin/system-configs`,更新会写入审计日志。
|
||||
- 后台已使用独立登录、图形验证码和独立管理 UI,页面为 `http://localhost:5173/admin/login`;开发态默认管理员为 `admin / admin123456`。
|
||||
|
||||
Reference in New Issue
Block a user