mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
🔥 The total payment amount is no longer displayed in the account settings Fix https://github.com/siyuan-note/siyuan/issues/8093
This commit is contained in:
parent
6d45b15ee3
commit
9086a7286c
3 changed files with 0 additions and 8 deletions
|
|
@ -25,7 +25,6 @@ type User struct {
|
|||
UserIntro string `json:"userIntro"`
|
||||
UserNickname string `json:"userNickname"`
|
||||
UserCreateTime string `json:"userCreateTime"`
|
||||
UserPaymentSum string `json:"userPaymentSum"`
|
||||
UserSiYuanProExpireTime float64 `json:"userSiYuanProExpireTime"`
|
||||
UserToken string `json:"userToken"`
|
||||
UserTokenExpireTime string `json:"userTokenExpireTime"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue