Browse Source

fix(R12): 拒单禁聊+号码牌惰性释放

dev
cursor 1 day ago
parent
commit
55753473f3
3 changed files with 4 additions and 0 deletions
  1. +2
    -0
      REVIEW.md
  2. +1
    -0
      app/controller/Message.php
  3. +1
    -0
      app/service/CardService.php

+ 2
- 0
REVIEW.md View File

@ -229,3 +229,5 @@ npm run build:mp-weixin
*文档版本 v2.4 | 2026-06-08 | R5修复版* *文档版本 v2.4 | 2026-06-08 | R5修复版*

+ 1
- 0
app/controller/Message.php View File

@ -68,3 +68,4 @@ class Message extends BaseController
} }
} }

+ 1
- 0
app/service/CardService.php View File

@ -40,3 +40,4 @@ class CardService
} }
} }

Loading…
Cancel
Save