feat: 初始化平台总后台与核心API
This commit is contained in:
10
backend/internal/platform/idn_account.go
Normal file
10
backend/internal/platform/idn_account.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package platform
|
||||
|
||||
// IdnAccount 对应 idn_account,表示平台用户的最小账户视图。
|
||||
type IdnAccount struct {
|
||||
Identity string `json:"identity"`
|
||||
PhoneMasked string `json:"phoneMasked"`
|
||||
AccountType string `json:"accountType"`
|
||||
Status string `json:"status"`
|
||||
ServiceArea string `json:"serviceArea"`
|
||||
}
|
||||
Reference in New Issue
Block a user