✨ feat: Add original price display option and enhance inventory messages in subscription components
This commit is contained in:
+5
-1
@@ -750,6 +750,10 @@ declare namespace API {
|
||||
order_no: string;
|
||||
};
|
||||
|
||||
type ResetUserSubscribeTokenRequest = {
|
||||
user_subscribe_id: number;
|
||||
};
|
||||
|
||||
type Response = {
|
||||
/** 状态码 */
|
||||
code?: number;
|
||||
@@ -863,6 +867,7 @@ declare namespace API {
|
||||
allow_deduction: boolean;
|
||||
reset_cycle: number;
|
||||
renewal_reset: boolean;
|
||||
show_original_price: boolean;
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
};
|
||||
@@ -1023,7 +1028,6 @@ declare namespace API {
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
deleted_at?: number;
|
||||
is_del?: boolean;
|
||||
};
|
||||
|
||||
type UserAffiliate = {
|
||||
|
||||
Reference in New Issue
Block a user