代码拉取完成,页面将自动刷新
package models
import "time"
type RongCloundAccountModel struct {
Id string `json:"id" gorm:"column:id" db:"id"`
RcId string `json:"rc_id" gorm:"column:rc_id" db:"rc_id"`
RcName string `json:"rc_name" gorm:"column:rc_name" db:"rc_name"`
Status string `json:"status" gorm:"column:status" db:"status"`
CreateUserId int64 `json:"create_user_id" gorm:"column:create_user_id" db:"create_user_id"`
CreateTime time.Time `json:"create_time" gorm:"column:create_time" db:"create_time"`
UpdateTime time.Time `json:"update_time" gorm:"column:update_time" db:"update_time"`
RcToken string `json:"rc_token" gorm:"column:rc_token" db:"rc_token"`
BlockEndTime string `json:"block_end_time" gorm:"column:block_end_time" db:"block_end_time"`
RcType string `json:"rc_type" gorm:"column:rc_type" db:"rc_type"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。