Documentation
¶
Index ¶
Constants ¶
View Source
const (
EncryptPayKeyFailed = "加密支付密码失败"
)
Variables ¶
This section is empty.
Functions ¶
func HandleUpdateSingleUserGamificationScore ¶
HandleUpdateSingleUserGamificationScore 处理用户积分更新任务
func HandleUpdateUserGamificationScores ¶
HandleUpdateUserGamificationScores 处理所有用户积分更新任务
func UpdatePayKey ¶
UpdatePayKey 更新用户支付密钥 @Tags user @Accept json @Produce json @Param request body UpdatePayKeyRequest true "request body" @Success 200 {object} util.ResponseAny @Router /api/v1/user/pay-key [put]
Types ¶
type UpdatePayKeyRequest ¶
type UpdatePayKeyRequest struct {
PayKey string `json:"pay_key" binding:"required,max=6"`
}
UpdatePayKeyRequest 更新支付密钥请求
Click to show internal directories.
Click to hide internal directories.