add vip ExpiryTime

This commit is contained in:
2025-04-15 23:30:36 +08:00
parent 214e087197
commit 15a258efc2
3 changed files with 17 additions and 14 deletions

View File

@@ -68,6 +68,7 @@ type (
region string `json:"region"`
mobile string `json:"mobile"`
wechatID string `json:"wechat_id"`
expiryTime string `json:"expiry_time"`
}
// 查询代理申请状态响应
AgentAuditStatusResp {