feat: Added the option to restore subscription, and updated the relevant description and confirmation information.

This commit is contained in:
web@ppanel
2025-12-29 05:59:30 +00:00
parent bc451eea16
commit 5f5c33987e
5 changed files with 47 additions and 18 deletions
+4 -4
View File
@@ -2004,10 +2004,6 @@ declare namespace API {
id: number;
};
type StopUserSubscribeRequest = {
user_subscribe_id: number;
};
type StripePayment = {
method: string;
client_secret: string;
@@ -2167,6 +2163,10 @@ declare namespace API {
enable: boolean;
};
type ToggleUserSubscribeStatusRequest = {
user_subscribe_id: number;
};
type TosConfig = {
tos_content: string;
};