[sub] frontend and adaptation

This commit is contained in:
Alireza Ahmadi
2023-03-28 23:42:14 +02:00
parent 28050aba23
commit efd1b06593
5 changed files with 39 additions and 37 deletions

View File

@@ -74,4 +74,5 @@ type Client struct {
Email string `json:"email"`
TotalGB int64 `json:"totalGB" form:"totalGB"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
SubID string `json:"subId" from:"subId"`
}