fix
This commit is contained in:
parent
f8624cca49
commit
1a8f94d7b8
@ -413,6 +413,7 @@ func (h *handler) ListAppUsers() core.HandlerFunc {
|
||||
CreatedAt: v.CreatedAt.Format("2006-01-02 15:04:05"),
|
||||
DouyinID: v.DouyinID,
|
||||
DouyinUserID: v.DouyinUserID,
|
||||
Mobile: v.Mobile,
|
||||
Remark: v.Remark,
|
||||
ChannelName: v.ChannelName,
|
||||
ChannelCode: v.ChannelCode,
|
||||
@ -1149,6 +1150,7 @@ type adminUserItem struct {
|
||||
CreatedAt string `json:"created_at"`
|
||||
DouyinID string `json:"douyin_id"`
|
||||
DouyinUserID string `json:"douyin_user_id"` // 用户的抖音账号ID
|
||||
Mobile string `json:"mobile"` // 手机号
|
||||
Remark string `json:"remark"` // 备注
|
||||
ChannelName string `json:"channel_name"`
|
||||
ChannelCode string `json:"channel_code"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user