fix: add new fields on subscribe plan, and change status type to number in subscribe

This commit is contained in:
ericprd
2025-03-10 11:48:20 +08:00
parent 52dfb7e0f2
commit ce341dbc13
8 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ type UserLogin struct {
type UserSubsUpdate struct {
ID string `json:"id"`
Status string `json:"status"`
Status int8 `json:"status"`
SubscribePlanID string `json:"subscribe_plan_id"`
AutoRenew bool `json:"auto_renew"`
StartDate time.Time `json:"start_date"`