feat: 根据 X-App-Id 判断是否裁剪套餐列表,老版客户端去掉最后一个
Build docker and publish / build (20.15.1) (push) Successful in 7m37s

This commit is contained in:
2026-03-28 23:21:00 -07:00
parent 26c9ff2f0f
commit 3b4e882965
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -15,4 +15,5 @@ const (
CtxKeyIncludeExpired CtxKey = "includeExpired"
CtxKeyAPIVersionUseLatest CtxKey = "apiVersionUseLatest"
CtxKeyAPIHeaderRaw CtxKey = "apiHeaderRaw"
CtxKeyHasAppId CtxKey = "hasAppId"
)