|
|
@@ -723,8 +723,8 @@ func GetTodayAccountConfigInfo(c *gin.Context) {
|
|
|
// UpdateUserInfoWechatAndEmailReq 更新用户微信和邮箱入参
|
|
|
type UpdateUserInfoWechatAndEmailReq struct {
|
|
|
UserID int `json:"userID" binding:"required"` // 用户ID
|
|
|
- Wechat *string `json:"wechat"` // 微信号,如无必修改则不传,传空为清除微信号
|
|
|
- Email *string `json:"email"` // 邮箱地址,如无必修改则不传,传空为清除邮箱地址
|
|
|
+ Wechat *string `json:"wechat"` // 微信号,如不必修改则不传,传空为清除微信号
|
|
|
+ Email *string `json:"email"` // 邮箱地址,如不必修改则不传,传空为清除邮箱地址
|
|
|
}
|
|
|
|
|
|
// UpdateUserInfoWechatAndEmail 更新用户微信和邮箱
|