Skip to content

Commit

Permalink
fix(feed/account): missing liceName
Browse files Browse the repository at this point in the history
bububa committed Apr 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f4111e7 commit 6004afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/feed/account/account.go
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ type Account struct {
// Cid 账户主体ID
// 客户不存在主体,则cid为0
Cid uint64 `json:"cid,omitempty"`
// LiceName 账户主体名称
LiceName string `json:"liceName,omitempty"`
// Balance 账户余额。此字段仅用于查询,updateAccountFeed接口传此字段无效。
Balance float64 `json:"balance,omitempty"`
// Budget 账户预算。默认为0,表示不限预算。正常取值范围为[50-9999999.99]

0 comments on commit 6004afd

Please sign in to comment.