add: 新增ci diamanté

This commit is contained in:
2026-03-03 17:29:45 -08:00
parent d220516183
commit b0eb6595ac
16 changed files with 996 additions and 51 deletions
+1
View File
@@ -77,6 +77,7 @@ const (
SingleSubscribeModeExceedsLimit uint32 = 60005
SubscribeQuotaLimit uint32 = 60006
SubscribeOutOfStock uint32 = 60007
SingleSubscribePlanMismatch uint32 = 60008
)
// Auth error
+1
View File
@@ -62,6 +62,7 @@ func init() {
SingleSubscribeModeExceedsLimit: "Single subscribe mode exceeds limit",
SubscribeQuotaLimit: "Subscribe quota limit",
SubscribeOutOfStock: "Subscribe out of stock",
SingleSubscribePlanMismatch: "Single subscribe mode does not support switching subscription by purchase",
// auth error
VerifyCodeError: "Verify code error",