add vip ExpiryTime
This commit is contained in:
parent
214e087197
commit
15a258efc2
@ -68,6 +68,7 @@ type (
|
|||||||
region string `json:"region"`
|
region string `json:"region"`
|
||||||
mobile string `json:"mobile"`
|
mobile string `json:"mobile"`
|
||||||
wechatID string `json:"wechat_id"`
|
wechatID string `json:"wechat_id"`
|
||||||
|
expiryTime string `json:"expiry_time"`
|
||||||
}
|
}
|
||||||
// 查询代理申请状态响应
|
// 查询代理申请状态响应
|
||||||
AgentAuditStatusResp {
|
AgentAuditStatusResp {
|
||||||
|
@ -71,6 +71,7 @@ func (l *GetAgentInfoLogic) GetAgentInfo() (resp *types.AgentInfoResp, err error
|
|||||||
Status: 1,
|
Status: 1,
|
||||||
Region: agent.Region,
|
Region: agent.Region,
|
||||||
Mobile: agent.Mobile,
|
Mobile: agent.Mobile,
|
||||||
|
ExpiryTime: agent.MembershipExpiryTime.Time.Format("2006-01-02 15:04:05"),
|
||||||
WechatID: lzUtils.NullStringToString(agent.WechatId),
|
WechatID: lzUtils.NullStringToString(agent.WechatId),
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,7 @@ type AgentInfoResp struct {
|
|||||||
Region string `json:"region"`
|
Region string `json:"region"`
|
||||||
Mobile string `json:"mobile"`
|
Mobile string `json:"mobile"`
|
||||||
WechatID string `json:"wechat_id"`
|
WechatID string `json:"wechat_id"`
|
||||||
|
ExpiryTime string `json:"expiry_time"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AgentMembershipProductConfigReq struct {
|
type AgentMembershipProductConfigReq struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user